I have imported CCS3.3 project to CCS5, I am getting the following error. I have searched in the build options, buy I couldn't get where to set this option. Please help in resolving this issue
"C:/Program Files/Texas Instruments/ccsv5/tools/compiler/c6000/bin/cl6x" -mv6400 -g -O3 --define="CCS" --include_path="C:/Program Files/Texas Instruments/ccsv5/tools/compiler/c6000/include" --include_path="C:/Program Files/Texas Instruments/ccsv5/xdais_7_20_00_07/packages/ti/xdais" --include_path="/include" --include_path="E:/BT/Algo_code/DTGEN/code/inc" --include_path="E:/BT/Algo_code/DTGEN/interface" --diag_warning=225 --gen_func_subsections= --mem_model:data=far --abi=coffabi --obj_directory="E:/BT/Algo_code/DTGEN/code/build/ccs/Release" --preproc_with_compile --preproc_dependency="idtgen.pp" "xxxxx.c"
error: option --gen_func_subsections is missing its parameter 'off,on'
I'm sorry that option got messed up when you imported the project. The screen shot below shows you how to access the option so you can fix it.
Thanks and regards,
-George
TI C/C++ Compiler Forum ModeratorPlease click Verify Answer on the best reply to your question.The Compiler Wiki answers most common questions.Track an issue with SDOWP. Enter your bug id in the "Find Record ID" box.
Thanks George, After changing that option I am not getting that error