This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430F1611: CCS/import old ccs project to the newest ccs version CCS10.0.0.00010_win64 gmake: *** [main.obj] Error 1

Part Number: MSP430F1611

Tool/software: Code Composer Studio

Hi, 

We have an old ccs project running on CCS5.4.0.00091_win32,  it's compiling successfully, when we imported it to the new ccs version  CCS10.0.0.00010_win64, it gives lots of error 1 issues as following, would you please help to let us know how to get rid of these error1 issues? My PC is running on win10 and MCU is 64-bit.  

"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-msp430_20.2.0.LTS/bin/cl430" -vmsp --use_hw_mpy=16 --include_path="C:/ti/ccs1000/ccs/ccs_base/msp430/include" --include_path="C:/ti/ccsv5/ccs_base/msp430/include" --include_path="C:/Users/grace/workspace_v10/ZL7010X ADK 3.1.0 Source Code/ZL7010XAdkSource/APPDevPlat/Sw/includes" --include_path="C:/Users/grace/workspace_v10/ZL7010X ADK 3.1.0 Source Code/ZL7010XAdkSource/ZL7010XAdk/Sw/Includes" --include_path="C:/ti/ccsv5/tools/compiler/msp430_4.1.5/include" --define=BUILD_INCLUDE=<Adk/Build/BuildBsm300.h> --define=__MSP430F1611__ -g --relaxed_ansi --printf_support=nofloat --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="TOP-ZL7010XAdk-Sw-BsmMezz-Apps-Standard/ZL7010X ADK 3.1 Source BsmAppPortInt.d_raw" --obj_directory="TOP-ZL7010XAdk-Sw-BsmMezz-Apps-Standard" "C:/Users/grace/workspace_v10/ZL7010X ADK 3.1.0 Source Code/ZL7010XAdkSource/ZL7010XAdk/Sw/BsmMezz/Apps/Standard/BsmAppPortInt.c"
TOP-ZL7010XAdk-Sw-BsmMezz-Apps-Standard/subdir_rules.mk:51: recipe for target 'TOP-ZL7010XAdk-Sw-BsmMezz-Apps-Standard/BsmAppPortInt.obj' failed
The system cannot find the path specified.
gmake: *** [TOP-ZL7010XAdk-Sw-BsmMezz-Apps-Standard/BsmAppPortInt.obj] Error 1
Building file: "C:/Users/grace/workspace_v10/ZL7010X ADK 3.1.0 Source Code/ZL7010XAdkSource/ZL7010XAdk/Sw/BsmMezz/Libs/CC25XXLib.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-msp430_20.2.0.LTS/bin/cl430" -vmsp --use_hw_mpy=16 --include_path="C:/ti/ccs1000/ccs/ccs_base/msp430/include" --include_path="C:/ti/ccsv5/ccs_base/msp430/include" --include_path="C:/Users/grace/workspace_v10/ZL7010X ADK 3.1.0 Source Code/ZL7010XAdkSource/APPDevPlat/Sw/includes" --include_path="C:/Users/grace/workspace_v10/ZL7010X ADK 3.1.0 Source Code/ZL7010XAdkSource/ZL7010XAdk/Sw/Includes" --include_path="C:/ti/ccsv5/tools/compiler/msp430_4.1.5/include" --define=BUILD_INCLUDE=<Adk/Build/BuildBsm300.h> --define=__MSP430F1611__ -g --relaxed_ansi --printf_support=nofloat --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="TOP-ZL7010XAdk-Sw-BsmMezz-Libs/ZL7010X ADK 3.1 Source CC25XXLib.d_raw" --obj_directory="TOP-ZL7010XAdk-Sw-BsmMezz-Libs" "C:/Users/grace/workspace_v10/ZL7010X ADK 3.1.0 Source Code/ZL7010XAdkSource/ZL7010XAdk/Sw/BsmMezz/Libs/CC25XXLib.c"
TOP-ZL7010XAdk-Sw-BsmMezz-Libs/subdir_rules.mk:9: recipe for target 'TOP-ZL7010XAdk-Sw-BsmMezz-Libs/CC25XXLib.obj' failed
The system cannot find the path specified.
gmake: *** [TOP-ZL7010XAdk-Sw-BsmMezz-Libs/CC25XXLib.obj] Error 1

Thanks

Grace