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,
actually code "helloworld steady" is far to high http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif I want to skip crt0.s and every thing else. I already got rid of exception and interruptions stuff modyfiying linker script. I read altera low levels and there are no that complex to rewrite it. My teacher likes crazy projet and I am instered also in the subject. Since it's my last projet before graduating ( 10 days left lol). so I'd better not miss it :/ Project is actually to use multicore Nios II plaforme, booting from scratch and doing a kind of task scheduler. so it's fun Actually my code is done, compiles and work well for the scheduler. I am trying now to boot from scratch, but linking is not good because of altera drivers, and sections that overlaps. I think it should work if altera is not linked, so I could do it by modifying makefiles, but that gonna screw up all libraries (device and other syslib)...maybe I can juste add so test case in the makefiles.. I think there are some people of altera here, if they can help there are welcome http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif Sylvain