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.

Paths problem adding any example from starterware

Other Parts Discussed in Thread: SYSBIOS, AM3358, AM4378

I 'm facing the following error when trying to add any example from starterware from industrial sdk 2.1.0.1 (25/7/2015) ,I'm using idk 437x kit

  • Mostafa,

    If you right-click on the project name in the Projects window, you can find the include paths for both the compiler and linker. These most likely have ported over from the original project, or if you are building in-place then you may be installed in a different location than the example was when it was built. You will want to change all of the paths you find in Build->XYZ Compiler->Include Options and Build->XYZ Linker->File Search Path.

    In my case when I tried importing and building the enetLwip_sysbios project, the main thing was to update the IA_SDK_HOME environment variable. That was done by left-clicking on Build and going to the Environment tab.

    All of the above was with CCSv6.1, by the way. And I was building for the AM3358, but things should not be too different for the AM4378.

    Regards,
    RandyP
  • Hi,

    Goto Project properties->Build->Dependencies . All the listed projects should be imported in CCS before building an example.

    Regards,
    Vinesh