Forum Discussion
Altera_Forum
Honored Contributor
20 years agoI had the same problem using NIOS 5.0 on a FAT32 volume on WinXP Prof.
After changing the "hal_nios2.cdl" I got another compiling problem: nios2-elf-gcc -Wa,-gdwarf2 -Wp,-MD,vectors.tmp -I/cygdrive/f/alt_projects/nios_swe/ecos_install/include -I/cygdrive/f/altera/kits/nios2/components/ecos/ecos-current/packages/hal/nios2/arch/current -I/cygdrive/f/altera/kits/nios2/components/ecos/ecos-current/packages/hal/nios2/arch/current/src -I/cygdrive/f/altera/kits/nios2/components/ecos/ecos-current/packages/hal/nios2/arch/current/tests -I. -finline-limit=7000 -g -O3 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -DSYSTEM_BUS_WIDTH=32 -mno-hw-mul -mno-hw-div -c -o /cygdrive/f/alt_projects/nios_swe/ecos_install/lib/vectors.o /cygdrive/f/altera/kits/nios2/components/ecos/ecos-current/packages/hal/nios2/arch/current/src/vectors.S cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C make[1]: Leaving directory `/cygdrive/f/alt_projects/nios_swe/ecos_build/hal/nios2/arch/current' Syntax error: Unterminated quoted string make: Leaving directory `/cygdrive/f/alt_projects/nios_swe/ecos_build' make[1]: *** [/cygdrive/f/alt_projects/nios_swe/ecos_install/lib/vectors.o] Error 2 make: *** [build] Error 2 I have reformatted my volume to NTFS and it works fine now!