Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUse:
.global _alt_main _alt_main: instead of: .global _start _start: you need the C runtime startup to initialize the NIOS II system and it jumps to _alt_main. BillUse:
.global _alt_main _alt_main: instead of: .global _start _start: you need the C runtime startup to initialize the NIOS II system and it jumps to _alt_main. Bill