Forum Discussion
Altera_Forum
Honored Contributor
21 years agoWhy rebooting?
I run an application program on nios2, but it is rebooting every time when I run the program. The program is build by nios2 IDE 1.1 and run on the uclinux 1.3. Could give me a direction , the sy...
Altera_Forum
Honored Contributor
21 years agosunclever
You need to run flat binaries on uClinux. This is done with elf2flt. You can get the IDE to set up you Rules.mak and Settings.mak, check out the reference guide. Then look at the post by OneNet (on the 29th of August), smcnutt gives a nice example on how to write a Makefile. Doug