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.

Help with Release build

I have a project that builds fine in Debug mode, but when I switch to Release it is dropping all the -i include directories from the call to the compiler.  What is even stranger is if I open one of the files it is compiling and hit Ctrl-F7 to build only that file it compiles fine and the -i include options are all shown.  Any ideas?  CCS V3.3

  • Ken,

    This issue seems to be more appropriate to the CCS forum rather than the BIOS forum (if you are even using BIOS).  I'll move it to see if will response there.

  • Ken,

    Ken Erickson said:
    I have a project that builds fine in Debug mode, but when I switch to Release it is dropping all the -i include directories from the call to the compiler. 

    This is strange because the compiler tools include path (to the /cgtools/include folder) should be picked up by default by CCS and shouldn't matter whether it is Debug or Release configuration.

     Could you provide more details on your environment?
    - What exact version of CCS are you using (Help->About should tell you)?
    - Which target is your project set for (C28x, C64x etc)?
    - Can you paste the output on the build console for your Release build?
    - Is the include path that is missing (and thereby generating error) the /cgtools/include folder or a different folder?