Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI would be tempted to throw away the IDE.
If you just run gcc and ld (with your own linker script) you'll find it much easier to control what ends up at which addresses. It is trivial to parse the elf program headers so you should be able to load the code for your 2nd nios cpu from the uclinux system. There are instructions for building gcc on the wiki - the latest source an the Altera website is 9.0 b141 - which is slightly later than the version the IDE has.