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/LAUNCHXL-F28379D: cannot open source file assert.h code composer studio

Part Number: LAUNCHXL-F28379D


Tool/software: Code Composer Studio

I have code composer studio installed on one computer of mine.  I can build projects.  When I install code composer studio on another computer, I cannot build the same project.  I have verified that include and linker paths are the same as code composer studio.  In this forum post, I cannot see the full discussion with the solution to this problem.  Where should the assert.h file be located?  How do I ensure that the assert.h file can be found by the F2837xd_device.h file?

  • Matthew Overlin said:
    When I install code composer studio on another computer, I cannot build the same project.  I have verified that include and linker paths are the same as code composer studio. 

    Similar to the other post you referenced I suspect your issue may also have to do with include paths. Please compare the paths listed under Project Properties->Build->Compiler->Include Options->--include_path. Make sure that paths that use variables resolve to the correct location on the respective machines. 

    If you continue to have errors, please save off the full output seen in the CCS build console and attach it here. If possible, also show screenshots of the include_paths for the same project on the two different machines.

    Matthew Overlin said:
    In this forum post, I cannot see the full discussion with the solution to this problem.

    Are you not able to view the last resolved post? The thread consists of 2 pages. You should be able to move to the second page using the arrow at the bottom of the page. 

  • Hello Matthew,

    post the CCS build consoles from both computers.
    This should be enough to find next steps to resolve your issue.

    According to the Code Composer Studio™ forum rules of conduct, provide the following information:

    If, possible, post your zipped project folder from a working environment.

  • Since I haven’t heard back from you, I’m assuming you were able to move past this issue. If not, please feel free to post a reply with an update and the requested build logs so we can understand the issue better and help you resolve it. Thanks!