Hi, everyone
Now i am porting CCS3.3 project to CCS6.0, but i can not compile my project pass and output the .out and .map files.
the compile output like below:
'Building file: C:/01-SOURCECODE/micro_cc2/CAN_Open/usr/usrclbck.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="/packages/ti/xdais" --include_path="C:/01-SOURCECODE/micro_cc2/DSP281x/include" --include_path="C:/01-SOURCECODE/micro_cc2/GE_board_specific/include" --include_path="C:/01-SOURCECODE/micro_cc2/GE_common/include" --include_path="C:/01-SOURCECODE/micro_cc2/CAN_Open/inc" --include_path="C:/01-SOURCECODE/micro_cc2/CAN_Open/usr" --advice:performance=all -g --define="_DEBUG" --define="LARGE_MODEL" --define="__DSP2812__" --quiet --display_error_number --diag_wrap=off --obj_directory="C:/Users/212359575/workspace/micro_cc2_UIF2/Debug" --preproc_with_compile --preproc_dependency="usrclbck.pp" "C:/01-SOURCECODE/micro_cc2/CAN_Open/usr/usrclbck.c"
"C:/01-SOURCECODE/micro_cc2/CAN_Open/usr/usrclbck.c", line 195: warning #70-D: integer conversion resulted in truncation
'Finished building: C:/01-SOURCECODE/micro_cc2/CAN_Open/usr/usrclbck.c'
' '
'Building file: C:/01-SOURCECODE/micro_cc2/CAN_Open/cobase/vqueue.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="/packages/ti/xdais" --include_path="C:/01-SOURCECODE/micro_cc2/DSP281x/include" --include_path="C:/01-SOURCECODE/micro_cc2/GE_board_specific/include" --include_path="C:/01-SOURCECODE/micro_cc2/GE_common/include" --include_path="C:/01-SOURCECODE/micro_cc2/CAN_Open/inc" --include_path="C:/01-SOURCECODE/micro_cc2/CAN_Open/usr" --advice:performance=all -g --define="_DEBUG" --define="LARGE_MODEL" --define="__DSP2812__" --quiet --display_error_number --diag_wrap=off --obj_directory="C:/Users/212359575/workspace/micro_cc2_UIF2/Debug" --preproc_with_compile --preproc_dependency="vqueue.pp" "C:/01-SOURCECODE/micro_cc2/CAN_Open/cobase/vqueue.c"
'Finished building: C:/01-SOURCECODE/micro_cc2/CAN_Open/cobase/vqueue.c'
' '
'Building file: C:/01-SOURCECODE/micro_cc2/DSP281x/source/workaround1.asm'
'Invoking: C2000 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="/packages/ti/xdais" --include_path="C:/01-SOURCECODE/micro_cc2/DSP281x/include" --include_path="C:/01-SOURCECODE/micro_cc2/GE_board_specific/include" --include_path="C:/01-SOURCECODE/micro_cc2/GE_common/include" --include_path="C:/01-SOURCECODE/micro_cc2/CAN_Open/inc" --include_path="C:/01-SOURCECODE/micro_cc2/CAN_Open/usr" --advice:performance=all -g --define="_DEBUG" --define="LARGE_MODEL" --define="__DSP2812__" --quiet --display_error_number --diag_wrap=off --obj_directory="C:/Users/212359575/workspace/micro_cc2_UIF2/Debug" --preproc_with_compile --preproc_dependency="workaround1.pp" "C:/01-SOURCECODE/micro_cc2/DSP281x/source/workaround1.asm"
'Finished building: C:/01-SOURCECODE/micro_cc2/DSP281x/source/workaround1.asm'
' '
'Building target: C:/01-SOURCECODE/micro_cc2/build_2812/Debug/micro_cc2_UIF2.out'
'Invoking: C2000 Linker'
"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml --advice:performance=all -g --define="_DEBUG" --define="LARGE_MODEL" --define="__DSP2812__" --quiet --display_error_number --diag_wrap=off --obj_directory="C:/Users/212359575/workspace/micro_cc2_UIF2/Debug" -z -m"C:/01-SOURCECODE/micro_cc2/build_2812/Debug/micro_cc2_UIF2.map" --warn_sections -i"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" -i"C:/01-SOURCECODE/micro_cc2/build_2812/micro_cc2_UIF2" --reread_libs --display_error_number --diag_wrap=off --xml_link_info="micro_cc2_UIF2_linkInfo.xml" --rom_model @mutex -o "C:/01-SOURCECODE/micro_cc2/build_2812/Debug/micro_cc2_UIF2.out" "./DSP281x_CSMPasswords.obj" "./DSP281x_GlobalVariableDefs.obj" "./DSP281x_usDelay.obj" "./basicom.obj" "./board_specific.obj" "./buffer.obj" "./co_led.obj" "./cos_main.obj" "./crc16.obj" "./diagnostics.obj" "./ds401.obj" "./ecan28.obj" "./emcyhndl.obj" "./flash_spi.obj" "./main.obj" "./mapping.obj" "./nmtms.obj" "./nonvolst.obj" "./objdict.obj" "./pdocfg.obj" "./pdoexec.obj" "./reflashing.obj" "./sdoClientMngr.obj" "./sdoclnt.obj" "./sdodlyac.obj" "./sdoserv.obj" "./support_2812.obj" "./support_generic.obj" "./tgt32028.obj" "./timer.obj" "./touch_screen.obj" "./usrclbck.obj" "./vqueue.obj" "./workaround1.obj" "C:/01-SOURCECODE/micro_cc2/DSP281x/cmd/DSP281x_Headers_nonBIOS.cmd" "C:/01-SOURCECODE/micro_cc2/DSP281x/cmd/F2812.cmd" "../hex_conversion.cmd" "C:/01-SOURCECODE/micro_cc2/DSP281x/rts2800_ml.lib"
"C:\\Users\\212359~1\\AppData\\Local\\Temp\\776083", line 16: error #10045-D: illegal input character: "@"
>> Compilation failure
"../hex_conversion.cmd", line 2: error #10008-D: cannot find file "Debug\micro_cc2_UIF2.out"
"../hex_conversion.cmd", line 3: error #10022-D: invalid option: -byte
"../hex_conversion.cmd", line 4: error #10021-D: expecting filename, option, MEMORY, or SECTIONS instead of "16"
"../hex_conversion.cmd", line 6: error #10021-D: expecting filename, option, MEMORY, or SECTIONS instead of "16"
"../hex_conversion.cmd", line 7: error #10046-D: option parameter missing or invalid
error #24010-D: option -i is missing its parameter 'dir'
gmake: *** [C:/01-SOURCECODE/micro_cc2/build_2812/Debug/micro_cc2_UIF2.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
who can i help me on this? i also can share your my sourcecode if need.