Forum Discussion
Altera_Forum
Honored Contributor
19 years ago???
The generated.x file is used when linking your application. The IDE compiles the source files of your application project to object files and finally links them all together with the syslib.a to create the executable elf file. You can enable the "Show command lines when running 'make'" option in the Nios II preferences of the IDE. This will give you more details about the entire build process.