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.

CCSv6 build error

Other Parts Discussed in Thread: CONTROLSUITE

Resolved the problem, but now I can not compile the project.

Error: Program "make" not found in PATH

or

1 catastrophic error detected in the compilation of "../base.c".
Compilation terminated.
gmake: *** [base.obj] Error 1
gmake: Target 'all' not remade because of errors.
  • Jean Patrick Prigol said:
    Error: Program "make" not found in PATH

    or

    1 catastrophic error detected in the compilation of "../base.c".
    Compilation terminated.

    Please copy the full output that appears in the CCS build console when building the project to a text file and attach it here.

  • The description's error already changed. I've already checked the include files in the project properties and are pointing to the correct address ...

    Description	Resource	Path	Location	Type
    cannot open source file "PeripheralHeaderIncludes.h"	BlinkingLED-DevInit_F2806x.c	/BlinkingLED	line 14	C/C++ Problem
    cannot open source file "PeripheralHeaderIncludes.h"	BlinkingLED-Main.c	/BlinkingLED	line 36	C/C++ Problem
    gmake: *** [BlinkingLED-DevInit_F2806x.obj] Error 1	BlinkingLED		 	C/C++ Problem
    gmake: *** [BlinkingLED-Main.obj] Error 1	BlinkingLED		 	C/C++ Problem
    gmake: *** No rule to make target 'C:/Users/device_support/f2806x/v100/F2806x_common/source/F2806x_CodeStartBranch.asm', needed by 'F2806x_CodeStartBranch.obj'.	BlinkingLED		Unknown	C/C++ Problem
    gmake: *** No rule to make target 'C:/Users/device_support/f2806x/v100/F2806x_headers/cmd/F2806x_Headers_nonBIOS.cmd', needed by 'BlinkingLED.out'.	BlinkingLED		Unknown	C/C++ Problem
    gmake: *** No rule to make target 'C:/Users/device_support/f2806x/v100/F2806x_headers/source/F2806x_GlobalVariableDefs.c', needed by 'F2806x_GlobalVariableDefs.obj'.	BlinkingLED		Unknown	C/C++ Problem
    gmake: Target 'all' not remade because of errors.	BlinkingLED		 	C/C++ Problem
    Build variable 'XDAIS_CG_ROOT' cannot be resolved. 	BlinkingLED		properties	Problems
    Invalid project path: Include path not found (\packages\ti\xdais).	BlinkingLED		pathentry	Path Entry Problem
    Invalid project path: Include path not found (C:\Users\development_kits\~SupportFiles\F2806x_headers).	BlinkingLED		pathentry	Path Entry Problem
    Invalid project path: Include path not found (C:\Users\device_support\f2806x\v100\F2806x_common\include).	BlinkingLED		pathentry	Path Entry Problem
    Invalid project path: Include path not found (C:\Users\device_support\f2806x\v100\F2806x_headers\include).	BlinkingLED		pathentry	Path Entry Problem
    This project contains unresolved buildable linked resources. It might not build as expected.	BlinkingLED		project	Problems
    

  • Jean,

    I split the thread to create a new one for the build errors, as the original issue with CCS installation in the other thread is resolved.

    Did you import the BlinkingLED example directly from ControlSuite? If so, that should work out of the box (I just verified it as well). 
    It looks like your paths (to both source and header files) are incorrect, but that should normally not happen when importing a ControlSuite example.

    Could you please check this post with a similar issue and try the suggestions there to resolve first? Make sure you are importing into a new clean workspace in CCS and also using a recent version of ControlSuite

  • I created the new workspace and then I imported directly of folder from ControlSuite and work very well, great tip, Thanks