Part Number: SIMPLELINK-CC3220-SDK
Other Parts Discussed in Thread: CC3220SF
Tool/software: TI C/C++ Compiler
Hello Dear Community,
I am currently facing the issue that when I run the TI-Linker with the a response file, I get the error :
invalid linker option --cmd-file=CMakeFiles/BinaryOut.out.rsp (ignored)
invalid linker option --cmd-file=../../../Platforms/cc32xx/CC3220SF_LAUNCHXL_FREERTOS.cmd (ignored)
This is the command I am using.
C:\TI\ccsv7\tools\compiler\ti-cgt-arm_17.6.0.STS\bin\armcl.exe --run_linker --output_file=Implementation\BinarayOut.out --map_file=Implementation\BinarayOut.out.map -z --heap_size=0x00008000 --stack_size=0x00006000 --priority --reread_libs --diag_wrap=off --display_error_number --warn_sections --rom_model --cmd-file=../../../Platforms/cc32xx/CC3220SF_LAUNCHXL_FREERTOS.cmd --cmd-file=CMakeFiles/BinarayOut.out.rsp
What I am doing wrong?