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.

LAUNCHXL-F28379D: No source available for "_system_post_cinit()

Part Number: LAUNCHXL-F28379D

Hello,

I have imported a project from c2000 academy. module 9 CLA Lab.

It compiled OK. bue when I try to debug it stops and show an error.

No source available for "_system_post_cinit() at C:/Users\pperez\workspace_v11\module9_cla_deep_dive\CPU1_RAM\module9_cla_deep_dive.out:{3} 0x3fe493{4}" 

what do I need to solve the problem. I am new using this compiler/debuger.

Thanks,

Pablo Pérez

  • when I try to debug it stops and show an error

    I don't know why it stops.  But I can explain the CCS response after that point.

    The function _system_post_cinit is in the compiler RTS library.  To learn more about it, please search the C28x compiler manual for the sub-chapter titled Boot Hook Functions for System Pre-Initialization.  To understand what CCS does when execution stops in any library, please see the Debugging Library Code part of the CCS User's Guide.  In this specific case, the location of the source code is similar to ...

    C:\ti\ccs1110\ccs\tools\compiler\ti-cgt-c2000_21.6.0.LTS\lib\src\startup.c

    Thanks and regards,

    -George