Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou'll need to compile everything with the nios2 compiler.
The linker will give you errors if you try to link together code from different cpu architectures. You also need to make sure the nios compiler isn't reading any header files from /usr/include - they will be the wrong ones. Even if the code compiles it may not run.