Forum Discussion
Altera_Forum
Honored Contributor
16 years agohello micro c osii
I am trying to get the hello world example for micro c osii to work on my board. I have a custom board with a cyclone III 120 on it. I have a serial flash and two sdrams hooked up as well as an onbo...
Altera_Forum
Honored Contributor
16 years agoTry to build project from nios console.
Alternate solution would be to use readelf command. This command will provide you with information for each section like code, bss etc. in your executable. -Sanjay