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.

Sysconfig error

Other Parts Discussed in Thread: SYSCONFIG

Hello , 

I trying to build example project from dev.ti.com/.../node

but I get this error 

How this error shall be fixed?

Thanks in advance

  • Hello,

    Which exact example are you trying to import and build?

  • Mohamed,

    The command-line being passed to SysConfig does not look right.  I see that it is passing "ccs" as the compiler.  All the examples should be using "ticlang" as the compiler.  It is also missing a bunch of other parameters.

    The sysconfig output while building should look like this for any of the AM64 MCU+ SDK examples.

    As you can see my command looks a lot different.  It is passing in the compiler as ticlang it is passing in the SDK that is being used as well as other options.  If you can let us know which specific example you are using we can try to reproduce.  I have tried a bunch and not had any luck reproducing what you are seeing.

    Regards,

    John

  • Hello John,

    Thanks a lot for your support ,you are correct the problem with the command I tried to use the cmd and it generated the files , I used this command

    but I think there a lot of compilation errors after adding the generated files to the project. due to missing includes 

    I tried to fix them but they seems endless , do you think I missed something in the generation 

    Thanks in advance 

  • Hello ,

    I tried this one 

  • Mohamed,

    How are you importing this project into CCS?  I don't understand how the command line options being passed to SysConfig were not correct.  The latest error messages imply that something else is missing as well.  This project should just work without having to touch it.

    I open Resource Explorer

    Select the project and click import at the top right

    Then in CCS the project builds without issue.

    I am guessing that maybe you have created a new project and are attempting to add content from one of the examples.  I can see that the project name in the first screen capture is "fg".  Can you try importing the example from Resource Explorer and building it.

    Regards,

    John

  • Thanks a lot , you are correct again.

    It was wrong importing for the project