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.

arm (v5.0.1) compiler errors for release

Other Parts Discussed in Thread: TMS570LS3137, HALCOGEN

Hi,

if i try to compile with a examble projekt (in this case  ADC_DISPLAY_570) a release with ccs v5.0.3 for TMS570LS31x Hercules Microcontroller Development Kit) I get only errors like attached  screenshot. But if i build a debug there is no error and it seems to be everything ok.

NOTE: All Headers exists.

What is the Reason, why the comliler can not find or open the header files?

Best regards.

  • You are correct. It looks like the "Release" build configuration for the ADC_DISPLAY_570 example is not set up correctly, while the "Debug" build configuration is. The problem is that the compiler include paths to find the header files is missing. For the "Release" configuration, go to Project Properties->Build->ARM Compiler->Include Options and under --include_path, add the following: "${workspace_loc:/${ProjName}/include}"

    This path was there in the Debug build but missing from the Release build.

     

    This should allow youto build without errors.

  • Thank you for your response,

    and excuse me please for my beginner questions.

    I have an another question. Do you have any simple code extentions corrosponding wtih "HALCoGen Ethernet Driver and lwIP Integration Demonstration" libraries to send  TCP/IP data for TMS570LS3137.

    Excuse me please again I am really new.

    Thank you again for response.

    Best regards.

  • iskan demirdelen said:

    I have an another question. Do you have any simple code extentions corrosponding wtih "HALCoGen Ethernet Driver and lwIP Integration Demonstration" libraries to send  TCP/IP data for TMS570LS3137.

    This forum focuses more on CCS related questions. Your new question I think will be better answered in the Hercules device forum, so please go ahead and post this question there.