Forum Discussion
Altera_Forum
Honored Contributor
20 years agoMakefile for HAL-free build (custom crt0.S)
Hello everyone. I'm relatively new to the Nios world and am looking for an example makefile and such to build a project without any of the HAL. (Actually, I'm going to use the PIO includes,...
Altera_Forum
Honored Contributor
20 years agoTo use your own interrupt handler, I think you can edit the linker file "generated.x" in system library project debug folder, you also can edit crts.o directly. Don't forget to backup it before editing.
To avoid using HAL, you can edit alt_sys_init.c