Good morning.
I made an huge application with 700+ files on it, when I compiled the application I see this result:
The machine is a W8.1 64Bit , 16GB ram Intel core i7-4980HQ 2.8Ghz mobile.
**** Build of configuration Debug for project Ethernet_Bridge_Sniffer ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k -j 8 all
'Building target: Ethernet_Bridge_Sniffer.out'
'Invoking: GNU Linker'
'Flags: -mfloat-abi=hard -DevmskAM335x -DCPSW_SWITCH_CONFIG -DUseLwip -Dam3358 -DNO_I_TO_A_IN_STD_LIB -Dgcc -DDMA_MODE -DHAVE_AV_CONFIG_H -DUSE_FULL_GRAPHICS -Dam335x -Dthirdpartyfatfs -O1 -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -Wl,-Map,"Ethernet_Bridge_Sniffer.map" --entry Entry -nostartfiles -nostdlib -Wl,--gc-sections -Wl,--defsym,STACKSIZE=0x1C000 -Wl,--defsym,HEAPSIZE=0x400'
"C:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_8-2014q3/bin/arm-none-eabi-gcc.exe" -@"ccsLinker.opt" -o"Ethernet_Bridge_Sniffer.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: *** [Ethernet_Bridge_Sniffer.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Why it give me '-@ccsLinker.opt' error if I put a large number of files into a project?
It is some option to help me to compile this application?
Thank you in advance.