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.

No source available &no symbols aer defined

TO anyone:

I just start to study DSP and just got a board for developing tmsc6678 ,and there attached ccsv5 .I try a program using 6678  which had been run successfully in ccsv4 ,but it got error;

 "  no source availiable for"0x800000"  "

when i reload the program ,the error changes as follows:

 "  no source availiable for"0x805d80"  "

 I just run a "hello" program.I was confused why the problems appeared,the cmd file added was the file in PDK_6678\..\example;

                                                                                                                                                                 thanks

                                                                                                                                                            sincerely

  • Also, I coule not find the "set as active project" and the "debug property" in ccsv5, is ccsv5.0 different from ccsv4?

  • beibei wang said:

    Also, I coule not find the "set as active project" and the "debug property" in ccsv5, is ccsv5.0 different from ccsv4?

    In CCSv5, the concept of "active project" no longer exists. This change came about with the move to a newer version of Eclipse/CDT. Please check this page for details on the key changes in CCSv5: http://processors.wiki.ti.com/index.php/CCSv5_Changes

    Regarding Debug Properties, you can get to it from Project Properties->Run/Debug Settings, select your project or target configuration(.ccxml), click Edit and you can control the debug properties from there.

     

  • Hi guys!

    I have the same problems that the friend but  I am working with emulator xds100v2 and the beagle board. Now, i am using the ARM of OMAP but when i debug, i get the next message (error):

    <<No source available for "0xc02383e0"    View disassembly>>

    One possible solution may be run the program (simple program, example hello world) in the ARM and debug the program in the Code Composer Studio (version 5 for linux) simultaneously?? Any suggestion will be grateful!

    Thanks in advance!

     

  • Oscar Herranz said:

    Now, i am using the ARM of OMAP but when i debug, i get the next message (error):

    <<No source available for "0xc02383e0"    View disassembly>>


    This message is typically seen when the debugger is launched but no code has been loaded to the target. So if you selected the target configuration file (.ccxml) and launched the debugger, but have not yet loaded a program to target, then this message is to be expected. You should be able to go to menu Run->Load->Load Program and browse to the program you want to load. Once the program is loaded, the source will be visible.

  • ccsV5:
    Can't find a source file at "/sim/sds12/scratch/tsuch_rtsbuild_dflcmp2507.dal.design.ti.com_23248_linux/c60_rts/./boot.c"
    Locate the file or edit the source lookup path to include its location.

  • Hi is the issue already fixed? I'm encountering a quite similar issue with CCSv6.1.3,
    Can't find a source file at "/ephemeral/jenkins/workspace/DSP_Build_Nyq_Shared_FB1508/DSP_trunk/C_Platform/DSPHWAPI/Services/SwDrivers/src/IdleMeterApi.c"
    Locate the file or edit the source lookup path to include its location.