Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Have you tried simply crosscompiling?
Usually it's enough to just recompile from source for the new architecture. - Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by wgoossens@Nov 3 2005, 02:55 AM have you tried simply crosscompiling?usually it's enough to just recompile from source for the new architecture.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10758)
--- quote end ---
--- Quote End --- I didn't do it. Becaue NIOS2 uCLINUX use NIOS2 5.0 IDE. Should I compile NET-SNMP souce code directly use NIOSW 5.0 IDE? Thanks a lot.
- Altera_Forum
Honored Contributor
I'm not sure how hard it is to do under cygwin...
I *think* you should be able to run under linux:# ./configure --target=nios2-linux OR# ./configure --host=nios2-linux OR under cygwin I think it is:# ./configure --target=nios2-elf OR# ./configure --host=nios2-elf You probably have to add nios2 information to the config.sub file in the section which begins with: case $basic_machine in then you can make and make install as normal. But I never had much succes using cygwin, so if you have the chance get a linux machine with marc's crosscompiler (http://scorpius.homelinux.org/~marc/nios2.html)!!