Forum Discussion
Altera_Forum
Honored Contributor
21 years agoabout compilers
I'm using the nios1 for a mp3-player,I'm building the software, I use the MAD-0.11.0b software package from the internet! when I want to compile it... http://forum.niosforum.com/work2/styl...
Altera_Forum
Honored Contributor
21 years agohi Scott!
>Yes, this is the option you will need. The concept is the same: you need to >add a "nios" entry to the config.sub script. This is the text from the config.sub file: amigaos | amigados) basic_machine=m68k-cbm os=-amigaos ;; amigaunix | amix) basic_machine=m68k-cbm os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv The first question is:I dare not to edit the file easily! How can I made the configure script knows what "basic machine" it's using ? >reason you need to set CPPFLAGS and LDFLAGS in your environment Excuse me to ask you:how can I do this?