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: HOW TO IMPORT AND EXPORT PROJECT IN CCS 6.1.3

Tool/software: Code Composer Studio

Hi,

Is there a way moving the project from pc to another pc? 

Following the wiki http://processors.wiki.ti.com/index.php/Project_Sharing I did the following same exercise.I have exported the full project and imported the same project  but i am finding errors in the file which does not

contain  all the included files could you plz tell me how to resolve the issue.I am here by attaching the all the errors and warnings.

Description Resource Path Location Type
#1965 cannot open source file "BTPSKRNL.h" BTPSKRNL.c /SPPDemo line 17 C/C++ Problem
#1965 cannot open source file "BTPSKRNL.h" HCITRANS.c /SPPDemo line 15 C/C++ Problem
#1965 cannot open source file "HALCFG.c" HAL.c /SPPDemo line 24 C/C++ Problem
#1965 cannot open source file "inc/hw_memmap.h" Main.c /SPPDemo line 22 C/C++ Problem
#1965 cannot open source file "inc/hw_nvic.h" startup_ccs.c /SPPDemo/dk-tm4c123g line 26 C/C++ Problem
#1965 cannot open source file "Main.h" RJC.c /SPPDemo line 24 C/C++ Problem
#1965 cannot open source file "Main.h" SPPDemo.c /SPPDemo line 15 C/C++ Problem
#1965 cannot open source file "SS1BTPS.h" BTPSVEND.c /SPPDemo line 18 C/C++ Problem
#1965 cannot open source file "SS1BTPS.h" BTVS.c /SPPDemo line 16 C/C++ Problem
#1965 cannot open source file "utils\ustdlib.c" TivaWareLib.c /SPPDemo line 35 C/C++ Problem
gmake: *** [all] Error 2 SPPDemo C/C++ Problem
gmake[1]: *** [BTPSKRNL.obj] Error 1 SPPDemo C/C++ Problem
gmake[1]: *** [BTPSVEND.obj] Error 1 SPPDemo C/C++ Problem
gmake[1]: *** [BTVS.obj] Error 1 SPPDemo C/C++ Problem
gmake[1]: *** [dk-tm4c123g/startup_ccs.obj] Error 1 SPPDemo C/C++ Problem
gmake[1]: *** [HAL.obj] Error 1 SPPDemo C/C++ Problem
gmake[1]: *** [HCITRANS.obj] Error 1 SPPDemo C/C++ Problem
gmake[1]: *** [Main.obj] Error 1 SPPDemo C/C++ Problem
gmake[1]: *** [RJC.obj] Error 1 SPPDemo C/C++ Problem
gmake[1]: *** [SPPDemo.obj] Error 1 SPPDemo C/C++ Problem
gmake[1]: *** [TivaWareLib.obj] Error 1 SPPDemo C/C++ Problem
gmake[1]: Target 'main-build' not remade because of errors. SPPDemo C/C++ Problem
Invalid project path: Include path not found (C:\Bluetopia\btpskrnl\NoOS). SPPDemo pathentry Path Entry Problem
Invalid project path: Include path not found (C:\Bluetopia\btpsvend). SPPDemo pathentry Path Entry Problem
Invalid project path: Include path not found (C:\Bluetopia\btvs\include). SPPDemo pathentry Path Entry Problem
Invalid project path: Include path not found (C:\Bluetopia\hcitrans\NoOS). SPPDemo pathentry Path Entry Problem
Invalid project path: Include path not found (C:\Bluetopia\include). SPPDemo pathentry Path Entry Problem
Invalid project path: Include path not found (C:\Hardware). SPPDemo pathentry Path Entry Problem
Invalid project path: Include path not found (C:\Hardware\dk-tm4c123g). SPPDemo pathentry Path Entry Problem

  • Chandana,

    As mentioned in that Project Sharing page, the method may not work well for every use-case, especially for projects that have a more complex layout and depend on paths relative to variables

    The errors do sound like they are due to incorrect Compiler include paths (--include_path option). I suspect the reason to be the following: those include paths were set relative to a variable in the original project. In the imported project, that variable is either not set at all or not set to the appropriate path. Compare the build variables between the two projects, and hopefully that should help point you to what is missing in your imported project.

  • Thanks for replying.
    Here i have checked the build variables between the original project and imported projects both are same only the project location and parent location are different .While creating the original project i have imported the basic example program and modified as per my requirement so i don't know whether it is set for absolute path or relative path..not getting how to export all the included files from the original project..plz let me know the solutions .
  • Could you save the complete build log for both projects (the original one that builds and the imported one that does not) to text files and attach them here? I could try taking a look to see if anything stands out.

  • **** Build of configuration Debug - DK-TM4C129X for project SPPDemo ****
    
    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 
    C:/ti/CC256BT PROG/v1.1/Cortex_M4/Sample/SPPDemo/NoOS/CCSv5/../../../../BuildScripts/SetTivaWarePath.bat
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>if NOT ! == ! GOTO TIVAWARE_PATH_DEFINED 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>set TIVAWARE_PATH=C:\ti\TivaWare_C_Series-2.1.3.156 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>set HOME_PATH=. 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>IF ! == ! GOTO :CHECK_PATH 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>set SCRIPT_PATH=.\..\..\..\..\ 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>IF EXIST .\..\..\..\..\\BuildScripts GOTO :SCRIPT_PATH_EXISTS 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>set SCRIPT_PATH=.\..\..\..\..\.. 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>IF EXIST .\..\..\..\..\..\BuildScripts GOTO :SCRIPT_PATH_EXISTS 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156  1>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_RVMDK.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156\third_party  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_RVMDK.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156\examples\board\dk-tm4c123g  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_RVMDK.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo --userlibpath=C:\ti\TivaWare_C_Series-2.1.3.156\driverlib\rvmdk  1>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_LD_RVMDK.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo --userlibpath=C:\ti\TivaWare_C_Series-2.1.3.156\grlib\rvmdk  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_LD_RVMDK.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156  1>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_RVMDK.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156\third_party  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_RVMDK.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156\examples\boards\dk-tm4c129x  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_RVMDK.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo --userlibpath=C:\ti\TivaWare_C_Series-2.1.3.156\driverlib\rvmdk  1>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_LD_RVMDK.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo --userlibpath=C:\ti\TivaWare_C_Series-2.1.3.156\grlib\rvmdk  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_LD_RVMDK.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156  1>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_EWARM.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156\third_party  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_EWARM.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156\examples\board\dk-tm4c123g  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_EWARM.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo --search C:\ti\TivaWare_C_Series-2.1.3.156\driverlib\ewarm\exe  1>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_LD_EWARM.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo --search C:\ti\TivaWare_C_Series-2.1.3.156\grlib\ewarm\exe  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_LD_EWARM.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156  1>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_EWARM.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156\third_party  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_EWARM.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156\examples\boards\dk-tm4c129x  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_EWARM.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo --search C:\ti\TivaWare_C_Series-2.1.3.156\driverlib\ewarm\exe  1>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_LD_EWARM.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo --search C:\ti\TivaWare_C_Series-2.1.3.156\grlib\ewarm\exe  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_LD_EWARM.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156  1>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156/third_party  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156/examples/boards/dk-tm4c123g  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -iC:\ti\TivaWare_C_Series-2.1.3.156\driverlib\ccs\Debug  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -iC:\ti\TivaWare_C_Series-2.1.3.156\grlib\ccs\Debug  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156  1>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_CCS.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156/third_party  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_CCS.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -IC:\ti\TivaWare_C_Series-2.1.3.156/examples/boards/dk-tm4c129x  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_CCS.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -iC:\ti\TivaWare_C_Series-2.1.3.156\driverlib\ccs\Debug  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_CCS.txt 
    
    C:\ti\CC256BT PROG\v1.1\Cortex_M4\Sample\SPPDemo\NoOS\CCSv5\Debug - DK-TM4C129X>echo -iC:\ti\TivaWare_C_Series-2.1.3.156\grlib\ccs\Debug  1>>.\..\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_CCS.txt 
    ' '
    'Building file: ../RJC.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/ti/CC256BT PROG/v1.1/Cortex_M4/Sample/SPPDemo/NoOS/CCSv5\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -Ooff --fp_mode=strict --opt_for_speed=1 --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/ti/CC256BT PROG/v1.1/Cortex_M4/Sample/SPPDemo" --include_path="C:/ti/CC256BT PROG/v1.1/Cortex_M4/Hardware" --include_path="C:/ti/CC256BT PROG/v1.1/Cortex_M4/Hardware/dk-tm4c129x" --include_path="C:/ti/CC256BT PROG/v1.1/Cortex_M4/Bluetopia/btpskrnl/NoOS" --include_path="C:/ti/CC256BT PROG/v1.1/Cortex_M4/Bluetopia/hcitrans/NoOS" --include_path="C:/ti/CC256BT PROG/v1.1/Cortex_M4/Bluetopia/btpsvend" --include_path="C:/ti/CC256BT PROG/v1.1/Cortex_M4/Bluetopia/btvs/include" --include_path="C:/ti/CC256BT PROG/v1.1/Cortex_M4/Bluetopia/include" -g --gcc --define=PART_TM4C129XNCZAD --define=TARGET_IS_SNOWFLAKE_RA0 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="RJC.d"  "../RJC.c"
    'Finished building: ../RJC.c'
    ' '
    'Building target: SPPDemo.out'
    'Invoking: ARM Linker'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/ti/CC256BT PROG/v1.1/Cortex_M4/Sample/SPPDemo/NoOS/CCSv5\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C129X_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -Ooff --fp_mode=strict --opt_for_speed=1 -g --gcc --define=PART_TM4C129XNCZAD --define=TARGET_IS_SNOWFLAKE_RA0 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off -z -m"app_TM4C129XNCZAD_ccs.map" --stack_size=2000 --heap_size=0 -i"C:/ti/ccsv6/tools/compiler/arm_5.2.8/lib" -i"C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" -i"C:/ti/CC256BT PROG/v1.1/Cortex_M4/Bluetopia/lib/ccs/NoOS" --reread_libs --warn_sections --diag_wrap=off --display_error_number --xml_link_info="SPPDemo_linkInfo.xml" --rom_model -o "SPPDemo.out" "./BTPSKRNL.obj" "./BTPSVEND.obj" "./BTVS.obj" "./HAL.obj" "./HCITRANS.obj" "./Main.obj" "./RJC.obj" "./SPPDemo.obj" "./TivaWareLib.obj" "./dk-tm4c129x/startup_ccs.obj" "C:/ti/CC256BT PROG/v1.1/Cortex_M4/Sample/SPPDemo/NoOS/startup/dk_tm4c129x/linker_ccs.cmd"  -ldriverlib.lib -lBluetopia_FP.lib -llibc.a 
    <Linking>
    'Finished building target: SPPDemo.out'
    ' '
    'Convert TI .out file to .bin'
    "C:/ti/ccsv6/utils/tiobj2bin/tiobj2bin.bat" "SPPDemo.out" "SPPDemo.bin" "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armofd.exe" "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armhex.exe" "C:/ti/ccsv6/utils/tiobj2bin/mkhex4bin.exe"
    ' '
    
    **** Build Finished ****
    
    
    **** Build of configuration Debug - DK-TM4C123G for project SPPDemo ****
    
    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 
    C:/CC256BT PROG/SPPDemo/../../../../BuildScripts/SetTivaWarePath.bat
    makefile:181: recipe for target 'pre-build' failed
    process_begin: CreateProcess(NULL, C:/CC256BT PROG/SPPDemo/../../../../BuildScripts/SetTivaWarePath.bat, ...) failed.
    make (e=2): The system cannot find the file specified.
    
    gmake[1]: [pre-build] Error 2 (ignored)
    ' '
    'Building file: ../BTPSKRNL.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/CC256BT PROG" --include_path="C:/" --include_path="C:/Hardware" --include_path="C:/Hardware/dk-tm4c123g" --include_path="C:/Bluetopia/btpskrnl/NoOS" --include_path="C:/Bluetopia/hcitrans/NoOS" --include_path="C:/Bluetopia/btpsvend" --include_path="C:/Bluetopia/btvs/include" --include_path="C:/Bluetopia/include" -g --gcc --define=PART_TM4C123GH6PGE --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="BTPSKRNL.d"  "../BTPSKRNL.c"
    
    >> Compilation failure
    subdir_rules.mk:7: recipe for target 'BTPSKRNL.obj' failed
    >> ERROR: Cannot open command file 'C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt': No such file or directory
    "../BTPSKRNL.c", line 17: fatal error #1965: cannot open source file "BTPSKRNL.h"
    1 catastrophic error detected in the compilation of "../BTPSKRNL.c".
    Compilation terminated.
    gmake[1]: *** [BTPSKRNL.obj] Error 1
    'Building file: ../BTPSVEND.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/CC256BT PROG" --include_path="C:/" --include_path="C:/Hardware" --include_path="C:/Hardware/dk-tm4c123g" --include_path="C:/Bluetopia/btpskrnl/NoOS" --include_path="C:/Bluetopia/hcitrans/NoOS" --include_path="C:/Bluetopia/btpsvend" --include_path="C:/Bluetopia/btvs/include" --include_path="C:/Bluetopia/include" -g --gcc --define=PART_TM4C123GH6PGE --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="BTPSVEND.d"  "../BTPSVEND.c"
    
    >> Compilation failure
    subdir_rules.mk:14: recipe for target 'BTPSVEND.obj' failed
    >> ERROR: Cannot open command file 'C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt': No such file or directory
    "../BTPSVEND.c", line 18: fatal error #1965: cannot open source file "SS1BTPS.h"
    1 catastrophic error detected in the compilation of "../BTPSVEND.c".
    Compilation terminated.
    gmake[1]: *** [BTPSVEND.obj] Error 1
    'Building file: ../BTVS.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/CC256BT PROG" --include_path="C:/" --include_path="C:/Hardware" --include_path="C:/Hardware/dk-tm4c123g" --include_path="C:/Bluetopia/btpskrnl/NoOS" --include_path="C:/Bluetopia/hcitrans/NoOS" --include_path="C:/Bluetopia/btpsvend" --include_path="C:/Bluetopia/btvs/include" --include_path="C:/Bluetopia/include" -g --gcc --define=PART_TM4C123GH6PGE --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="BTVS.d"  "../BTVS.c"
    
    >> Compilation failure
    subdir_rules.mk:21: recipe for target 'BTVS.obj' failed
    >> ERROR: Cannot open command file 'C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt': No such file or directory
    "../BTVS.c", line 16: fatal error #1965: cannot open source file "SS1BTPS.h"
    1 catastrophic error detected in the compilation of "../BTVS.c".
    Compilation terminated.
    gmake[1]: *** [BTVS.obj] Error 1
    'Building file: ../HAL.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/CC256BT PROG" --include_path="C:/" --include_path="C:/Hardware" --include_path="C:/Hardware/dk-tm4c123g" --include_path="C:/Bluetopia/btpskrnl/NoOS" --include_path="C:/Bluetopia/hcitrans/NoOS" --include_path="C:/Bluetopia/btpsvend" --include_path="C:/Bluetopia/btvs/include" --include_path="C:/Bluetopia/include" -g --gcc --define=PART_TM4C123GH6PGE --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="HAL.d"  "../HAL.c"
    
    >> Compilation failure
    subdir_rules.mk:28: recipe for target 'HAL.obj' failed
    >> ERROR: Cannot open command file 'C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt': No such file or directory
    "../HAL.c", line 24: fatal error #1965: cannot open source file "HALCFG.c"
    1 catastrophic error detected in the compilation of "../HAL.c".
    Compilation terminated.
    gmake[1]: *** [HAL.obj] Error 1
    'Building file: ../HCITRANS.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/CC256BT PROG" --include_path="C:/" --include_path="C:/Hardware" --include_path="C:/Hardware/dk-tm4c123g" --include_path="C:/Bluetopia/btpskrnl/NoOS" --include_path="C:/Bluetopia/hcitrans/NoOS" --include_path="C:/Bluetopia/btpsvend" --include_path="C:/Bluetopia/btvs/include" --include_path="C:/Bluetopia/include" -g --gcc --define=PART_TM4C123GH6PGE --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="HCITRANS.d"  "../HCITRANS.c"
    
    >> Compilation failure
    subdir_rules.mk:35: recipe for target 'HCITRANS.obj' failed
    >> ERROR: Cannot open command file 'C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt': No such file or directory
    "../HCITRANS.c", line 15: fatal error #1965: cannot open source file "BTPSKRNL.h"
    1 catastrophic error detected in the compilation of "../HCITRANS.c".
    Compilation terminated.
    gmake[1]: *** [HCITRANS.obj] Error 1
    'Building file: ../Main.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/CC256BT PROG" --include_path="C:/" --include_path="C:/Hardware" --include_path="C:/Hardware/dk-tm4c123g" --include_path="C:/Bluetopia/btpskrnl/NoOS" --include_path="C:/Bluetopia/hcitrans/NoOS" --include_path="C:/Bluetopia/btpsvend" --include_path="C:/Bluetopia/btvs/include" --include_path="C:/Bluetopia/include" -g --gcc --define=PART_TM4C123GH6PGE --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Main.d"  "../Main.c"
    
    >> Compilation failure
    subdir_rules.mk:42: recipe for target 'Main.obj' failed
    >> ERROR: Cannot open command file 'C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt': No such file or directory
    "../Main.c", line 22: fatal error #1965: cannot open source file "inc/hw_memmap.h"
    1 catastrophic error detected in the compilation of "../Main.c".
    Compilation terminated.
    gmake[1]: *** [Main.obj] Error 1
    'Building file: ../RJC.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/CC256BT PROG" --include_path="C:/" --include_path="C:/Hardware" --include_path="C:/Hardware/dk-tm4c123g" --include_path="C:/Bluetopia/btpskrnl/NoOS" --include_path="C:/Bluetopia/hcitrans/NoOS" --include_path="C:/Bluetopia/btpsvend" --include_path="C:/Bluetopia/btvs/include" --include_path="C:/Bluetopia/include" -g --gcc --define=PART_TM4C123GH6PGE --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="RJC.d"  "../RJC.c"
    
    >> Compilation failure
    subdir_rules.mk:49: recipe for target 'RJC.obj' failed
    >> ERROR: Cannot open command file 'C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt': No such file or directory
    "../RJC.c", line 24: fatal error #1965: cannot open source file "Main.h"
    1 catastrophic error detected in the compilation of "../RJC.c".
    Compilation terminated.
    gmake[1]: *** [RJC.obj] Error 1
    'Building file: ../SPPDemo.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/CC256BT PROG" --include_path="C:/" --include_path="C:/Hardware" --include_path="C:/Hardware/dk-tm4c123g" --include_path="C:/Bluetopia/btpskrnl/NoOS" --include_path="C:/Bluetopia/hcitrans/NoOS" --include_path="C:/Bluetopia/btpsvend" --include_path="C:/Bluetopia/btvs/include" --include_path="C:/Bluetopia/include" -g --gcc --define=PART_TM4C123GH6PGE --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="SPPDemo.d"  "../SPPDemo.c"
    
    >> Compilation failure
    subdir_rules.mk:56: recipe for target 'SPPDemo.obj' failed
    >> ERROR: Cannot open command file 'C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt': No such file or directory
    "../SPPDemo.c", line 15: fatal error #1965: cannot open source file "Main.h"
    1 catastrophic error detected in the compilation of "../SPPDemo.c".
    Compilation terminated.
    gmake[1]: *** [SPPDemo.obj] Error 1
    'Building file: ../TivaWareLib.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/CC256BT PROG" --include_path="C:/" --include_path="C:/Hardware" --include_path="C:/Hardware/dk-tm4c123g" --include_path="C:/Bluetopia/btpskrnl/NoOS" --include_path="C:/Bluetopia/hcitrans/NoOS" --include_path="C:/Bluetopia/btpsvend" --include_path="C:/Bluetopia/btvs/include" --include_path="C:/Bluetopia/include" -g --gcc --define=PART_TM4C123GH6PGE --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="TivaWareLib.d"  "../TivaWareLib.c"
    
    >> Compilation failure
    subdir_rules.mk:63: recipe for target 'TivaWareLib.obj' failed
    >> ERROR: Cannot open command file 'C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt': No such file or directory
    "../TivaWareLib.c", line 35: fatal error #1965: cannot open source file "utils\ustdlib.c"
    1 catastrophic error detected in the compilation of "../TivaWareLib.c".
    Compilation terminated.
    gmake[1]: *** [TivaWareLib.obj] Error 1
    'Building file: ../dk-tm4c123g/startup_ccs.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/arm_5.2.8/bin/armcl" --cmd_file="C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt"  -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/arm_5.2.8/include" --include_path="C:/CC256BT PROG" --include_path="C:/" --include_path="C:/Hardware" --include_path="C:/Hardware/dk-tm4c123g" --include_path="C:/Bluetopia/btpskrnl/NoOS" --include_path="C:/Bluetopia/hcitrans/NoOS" --include_path="C:/Bluetopia/btpsvend" --include_path="C:/Bluetopia/btvs/include" --include_path="C:/Bluetopia/include" -g --gcc --define=PART_TM4C123GH6PGE --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=DEBUG_ENABLED --define=DEBUG_ZONES=DBG_ZONE_ANY --define=__SUPPORT_LOW_ENERGY__ --define=ccs="ccs" --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="dk-tm4c123g/startup_ccs.d" --obj_directory="dk-tm4c123g"  "../dk-tm4c123g/startup_ccs.c"
    
    >> Compilation failure
    dk-tm4c123g/subdir_rules.mk:7: recipe for target 'dk-tm4c123g/startup_ccs.obj' failed
    >> ERROR: Cannot open command file 'C:/CC256BT PROG/SPPDemo\..\..\..\..\BuildScripts\TivaWarePath_DK_TM4C123G_CCS.txt': No such file or directory
    "../dk-tm4c123g/startup_ccs.c", line 26: fatal error #1965: cannot open source file "inc/hw_nvic.h"
    1 catastrophic error detected in the compilation of "../dk-tm4c123g/startup_ccs.c".
    Compilation terminated.
    gmake[1]: *** [dk-tm4c123g/startup_ccs.obj] Error 1
    makefile:150: recipe for target 'all' failed
    gmake[1]: Target 'main-build' not remade because of errors.
    gmake: *** [all] Error 2
    
    **** Build Finished ****
    
    
    Thanks for replying.

    I am here by attaching the original build file  and imported error file here.

  • Thank you for attaching the build logs. I looked at this project a bit closer and unfortunately this is an older project that was not created to be portable. 

    If you look at the build settings of the original project, the first thing it does in the pre-build step is run the batch file SetTivaWarePath.bat. This is invoked using a  path relative to the Project directory. If the project is moved to another location (as you have done) but the remaining files from the Bluetopia SDK are not, then the paths will break, files will not be found and the project build will fail in multiple areas. 

    The easiest and quickest solution here would be to install or copy over the entire Bluetopia SDK to the second PC, so that all paths relative to the project are resolved properly.

    Hope this helps and sorry there isn't a better solution for this older software package.

  • Thanks for replying.

    Sorry for the late response ..i was out of station for some days ...I will check it and let you know