Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAssembly language w/o syslib
Hello! Does anyone know how to create an assembly project without a syslib (in Eclipse, Nios II 5.0)? Since I use assembly, I have no need for a syslib. Any help on how to compile assembly...
Altera_Forum
Honored Contributor
21 years agoHi Gustaf,
> Any help on how to compile assembly programs using the command > line tools would also be much appreciated. Take a look at the u-boot sources ... you can strip out everything and simply use cpu/nios2/start.S and one of the Nios-II linker scripts as a starting point. You can obtain the sources from: http://www.sourceforge.net/projects/u-boot (http://www.sourceforge.net/projects/u-boot) (official sources) http://www.psyent.com/download (http://www.psyent.com/download) (Nios-only sources) Regards, --Scott