Altera_Forum
Honored Contributor
15 years agoHello World Example doesn't work
Hello together,
I have a problem regarding the function "NIOS II Application and BSP from template" after installing NIOS II EDS 9.1 SP2. If I want to use the "Hello World" example I get the following error when I try to build the project: **** build of configuration nios ii for project hello_world ****
make all
info: building ../hello_world_bsp
make --no-print-directory -c ../hello_world_bsp
compiling alt_alarm_start.c...
nios2-elf-gcc -xc -mp -mmd -c -i. -i./drivers/inc -i./hal/inc -dsystem_bus_width=32 -d__hal__ -pipe -dalt_no_instruction_emulation -dalt_single_threaded -o0 -g -wall -mno-hw-div -mhw-mul -mno-hw-mulx -o obj/hal/src/alt_alarm_start.o c:/daten/quartus_projekte/dbc3c40_endat22/software/hello_world_bsp/hal/src/alt_alarm_start.c
make[1]: *** [obj/hal/src/alt_alarm_start.o] error 57
make: *** [../hello_world_bsp-recurs-make-lib] error 2 With an older version everything worked fine with the same hardware design. Where can I find the error codes the compiler generates? Regards Thomas