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.

CCS6 project setting

Hello, I am getting this error in various location.

<Message from CCS6>

No source available for "AbortHandler() at :{3} 0x80097cf0{4}"

<\Message from CCS6>

I know the meanin of this, that there are no source coed at this point.

Q1. Why this is happening?

Q2. How to get rid of this?

 

  • Hello,

    terrance peiris said:
    Q1. Why this is happening?

    It is because the debugger has symbols loaded for it so it will try to find the associated source code and it cannot find it.

    terrance peiris said:
    Q2. How to get rid of this?

    You can direct the debugger to the location of the source (if you have it). I think AbortHandler() may be from the run-time support library. The source does come with CCS (look in the compiler directory lib/src subfolder)

    Note that we are looking into having the debugger automatically find the source of the run-time library.

    Thanks

    ki

  • Hi Soo,  Thanks for the reply

    <soo>

    can direct the debugger to the location of the source

    <\soo>

    what is that mean? how to do it?

  • See slide 54 of: software-dl.ti.com/ccs/non-esd/training/CCSv6-TipsAndTricks.pptx

  • Hi Soo, Thanks for the help. The link for the presetation si very good but they did not talk about this probelm. The presettaion talk about how to link the missing file.

    <message>

    No source available for "romRestoreLocation() at C:/chubb\orchid\AM335X_StarterWare_02_00_01_01\binary\armv7a\cgt_ccs\am335x\evmAM335x\demo\Debug\demo.out:{3} 0x80008e7c{4}"

    </message>

    I am confuse about target configuration file and did not find any information about how to configure. There are some documents about how to configure basic stuff upto cortex A8 and gel setup but not talk otehr stuff in advec tab on target configuration file

  • Hi Soo, I start a new thread with more deatisl. Inthe mean time page 54 shows ther is locate file buitton but i cannot find that button

  • You do need a certain level of debug information. If there is no option to browse for a source file, it could be the debugger does not have an source file information for it.

    terrance peiris said:
    I am confuse about target configuration file and did not find any information about how to configure. There are some documents about how to configure basic stuff upto cortex A8 and gel setup but not talk otehr stuff in advec tab on target configuration file

    Target configuration files are covered in more detail here:

    http://processors.wiki.ti.com/index.php/CCS_Modules_Library#Target_Configurations

    The material is the same for CCSv5 and v6.

    Thanks

    ki

  • Hi Soo,

    <Soo response>

    You can direct the debugger to the location of the source (if you have it). I think AbortHandler() may be from the run-time support library. The source does come with CCS (look in the compiler directory lib/src subfolder)

    Note that we are looking into having the debugger automatically find the source of the run-time library.

    </Soo response>

    I do have all the source code. The link you send me for target configuration not talkiing about this probelm. The slides talk about how to configure the target for simple debugging which i alreday done.

    Q1.  <soo> You can direct the debugger to the location of the source <\soo>

    How to do that?