Forum Discussion
Altera_Forum
Honored Contributor
21 years agoNios without SystemLibrary
Hi, I am working for a shool projet on Nios II. I was wondering if it was possible to compile and link a program for Nios II without using the SystemLibrary at all. Meaning make the smallest pr...
Altera_Forum
Honored Contributor
21 years agoslvn,
If avoiding the system lib is important to you, You can just grab the u-boot code & tear out all but the basics. It does not use the system library, has its own linker script, init, and has the exception code you can hack as you like. If nothing else, you might find the linker script and init handy. Regards, --Scott