Hi,
I am trying to buld some >1000 .c files using GCC in ccsv6, make is generating objects successfully but while linking I get the following error,
**** Build of configuration Debug for project sample_project ****
"C:\\ti\\ccsv6\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: sample_project.out'
'Invoking: GNU Linker'
'Flags: -march=armv7-r -mfloat-abi=hard -mfpu=vfpv3-d16 -g -gstrict-dwarf -Wl,-Map,"sample_project.map" -nostartfiles -march=armv7-r -mbig-endian -mfloat-abi=hard -mfpu=vfpv3-d16 -g -gstrict-dwarf -Wall'
"C:/ti/ccsv6/ccsv6/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/arm-none-eabi-gcc.exe" -@"ccsLinker.opt" -o"sample_project.out"
arm-none-eabi-gcc.exe: error: unrecognized command line option '-@ccsLinker.opt'
arm-none-eabi-gcc.exe: fatal error: no input files
compilation terminated.
gmake: *** [sample_project.out] Error 1
gmake: Target `all' not remade because of errors.
Any feedback is highly appreciated.
