Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by alex824@Nov 14 2005, 09:31 PM what can i do?should i must use microtronix nios ii cross development kit to
crosscompile the whole gnu opensource code?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10973)
--- quote end ---
--- Quote End --- Since you have a RedHat machine I'd recommend you using the crosscompiler as shown discussed in the this (http://www.niosforum.com/forum/index.php?showtopic=2007#) thread which links to marc's crosscompiler (http://scorpius.homelinux.org/~marc/nios2.html) which I use for all my crosscompiling. You can configure with ./configure --target=nios2-linux but you (probably) have to add "nios2" to the list of machines in the config.sub file in the section starting with: case $basic_machine in: Or something like that. I'm currently on Windows so I'm afraid I can't check. Hope this helps.