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 Huck,
> I think your problem is that you're trying to build this with an x86 compiler When you cross-compile and use a vanilla GNU "configure" script, you will normally need to configure with the --host option: $ ./configure --host=nios2-elf But this wil likely cause an error during configuration ... as "nios2" is rarely supported. See the following thread for some ideas: http://www.niosforum.com/forum/index.php?a...=st&f=18&t=2422 (http://www.niosforum.com/forum/index.php?act=st&f=18&t=2422) Regards, --Scott