Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to disable RTOS?
Hi! Our Company is developing soft-processors using Nios I, but due to Nios I is not supported any more, as well as due to more advantageous JTAG use, we have to use Nios II. The problem we are ...
Altera_Forum
Honored Contributor
14 years agoIf you intend loading the code as part of the fpga image, then how the binary data is generated for the M9K initialisation doesn't really matter.
IIRC the binary data gets fed back into the latter stages of the creation of the fpga image. In any case none of the setup code is shipped in object format - so you can strip out all the unwanted junk. If you get the linker to generate a map file with all the cross-reference info it'll tell you why files get incuded from the .o libraries.