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 agoHi Sylvain
> I was wondering if it was possible to compile and link a program for Nios II > without using the SystemLibrary at all Sure can. You can hoist some init code from the system library itself ... or from u-boot. But you might want to stick with the system library ... especially if your time is limited ... and you want a good grade :-) Regards, --Scott