Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHello, i have re-installed the NIOS II EDS to another path without any blank in it.. but still got the following error message when I tried to compile the c file:
nios2-elf-gcc -g -O1 -ffunction-sections -fverbose-asm -fno-inline -mno-cache-volatile -mno-hw-mulx -mno-hw-mul -mno-hw-div -ID:/FYP_extra/nios2eds/components/altera_nios2/HAL/inc -DSYSTEM_BUS_WIDTH=32 -DALT_SINGLE_THREADED -D_JTAG_UART_BASE=0x00003020 -Wl,--defsym -Wl,nasys_stack_top=0x2000 -Wl,--defsym -Wl,nasys_program_mem=0x1000 -Wl,--defsym -Wl,nasys_data_mem=0x1000 -Wl,--section-start -Wl,.exceptions=0x1020 -Wl,--section-start -Wl,.reset=0x1000 -Wl,--script=D:/FYP_extra/nios2eds/bin/monitor/build/nios_cpp_build.ld -o D:/FYP_extra/sopc_builder_tutorial/app_software/lights.elf D:/FYP_extra/sopc_builder_tutorial/app_software/lights.c D:/FYP_extra/nios2eds/bin/monitor/lib/jtag_uart.c /usr/bin/bash: e:/program: No such file or directory /usr/bin/bash: nios2-elf-gcc: command not found ELF generated at D:\FYP_extra\sopc_builder_tutorial\app_software\lights.elf. nios2-elf-objcopy -O srec D:/FYP_extra/sopc_builder_tutorial/app_software/lights.elf D:/FYP_extra/sopc_builder_tutorial/app_software/lights.srec /usr/bin/bash: e:/program: No such file or directory /usr/bin/bash: nios2-elf-objcopy: command not found Do i also need to re-install Quartus II to another path without space? thank you =)