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.

AM2634: TSN and gTPT examples for AM263x-LP put linker in an infinity loop

Part Number: AM2634

Tool/software:

Hello,

all examples like "enet_cpsw_tsn_est_app_am263x-lp_r5fss0-0_freertos_ti-arm-clang"

with TSN or gTPT, which I try to run on my AM263x-LaunchPad, drive the arm linker into an infinity loop.
I use the MCU + SDK Version mcu_plus_sdk_am263x_10_00_00_35 with the newest CCS IDE Vers. 12.8.

A warning
Invalid project path: Include path not found (C:\ti\mcu_plus_sdk_am263x_10_00_00_35\source\networking\enet\utils\V3).  

is also issued.

"V3" subdir doesn't exist on my installation but "utils" does.

Exactly the same happens, when I try to build the example in the CCS WEB IDE.

Log-Files don't indicate any further details to me.

Help is very much appreciated.

Regards
Antonius

  • Hi Antonius

    1. Regarding the Linking process taking long time, this is a known issue caused due to the compiler version TI-ARM-CLANG 4.0.0 LTS. The workaround is to download the Latest TI-ARM-CLANG 4.0.1 LTS (www.ti.com/.../4.0.1.LTS), and in your CCS project properties, update the compiler to be used to this version.
    This known-issue is also highlighted in the release notes: 

    2. Regarding the build warnings, it is a bug. It won't affect the build or functionality of the project. For now you can ignore the warning or remove the include path from the Makefile if you want to resolve the warning.

    Regards,
    Shaunak

  • Hi Shaunak,

    Thank you for your prompt and spot on response.
    It solved my problem 100%.

    Antonius