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,
for those who are interested, I think i found out a way... Each Nios II device has a specific makefile called component.mk not to has a syslib i equivalent not to compile those components (actually Nios II and Hal ) so I just put a ifned CPU = MyCpu ...then I can create a much lighter syslib. I have also been able to rewrite crt0 a lighter way and exception sytem. http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif Sylvain