Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou can't just generate a binary file from a single source code, you need to link it with the C library and the drivers.
The easiest way to do that is to write a makefile and use make. You can have a look at the makefile generated by the Nios SBT as an example.