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.

TDA4VMXEVM: Can't find exit.c source file

Part Number: TDA4VMXEVM

Dear experts,

When I try to run launch.js in Scripting Console for the initialization of the target through CCS, I see the following message:

Can't find a source file at "/tmp/scratch/build_jenkins/workspace/BuildToolsMega_BuildWorker/build/arm/product/linux/lib-internal/src/exit.c"

Is it normal or I have an issue somewhere with that file?

Thanks,

Brahim

  • Hi Brahim,

    Which version of the SDK is this?

    Regards,

    Karan

  • Karan,

    I'm using PSDKLA 06.02.00.

    Regards,

    Brahim

  • Hi Brahim,

    I don't see a console output with the message you are seeing. But none the less, do you see the launch.js finish execution? If yes, then the GELs have run and you can try running your own application.

    Also which core has gone to abort state (it will be the core you are connected to when you see that message)? The message shows that CCS is trying to figure out the source for abort() and it is not able to figure out the path.

    Regards,

    Karan

  • Hi Karan,

    Yes, the launch.js execution is finished and the board is initialized. I just want to make sure if that message don't affect my application.

    I also see the following message with different addresses:

    Breake at address "0x0" with no debug information available, or outside of program code.

    Breake at address "0xc" with no debug information available, or outside of program code.

    Breake at address "0x4a4c9" with no debug information available, or outside of program code.

    ...

    Hope this has nothing to do with the application because I still cannot find why my application (dss_display_test) is not working.

    Regards,

    Brahim

  • Hi Brahim,

    Any message like "Can't find a source file" (as mentioned in the image you attached), indicates that CCS is trying to figure out the source of the file. You can just click on "Locate File..." tab and browse to the folder of the source file defining the function. But even if you don't nothing breaks.

    Brahim Salh said:

    Breake at address "0x0" with no debug information available, or outside of program code.

    Breake at address "0xc" with no debug information available, or outside of program code.

    Breake at address "0x4a4c9" with no debug information available, or outside of program code.

    I don't understand where are you seeing these prints, do you have old breakpoints configured in the CCS?

    Regards,

    Karan

  • Hi Karan,

    Thank you for this clarification.

    The printe above are displayed during the execustion of loadJSFile:

    They don't affect the application but I would like to know what is the problem.

    Regards,

    Brahim

  • Hi Brahim,

    As I said the error is because CCS is not able to find any debug information (symbols) at that address. When it says no source available that means that .c file which you have opened, CCS is not mapping any symbols to it.

    I suggest close the file, this might not be in use and might be opened from an earlier run.

    Regards,

    Karan