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.

Can't find a source file at "/tmp/TI_MKLIBKSh1Uq/SRC/boot.asm"

I am running the blinky example on Concerto control card and this is the error message: Can't find a source file at "/tmp/TI_MKLIBKSh1Uq/SRC/boot.asm" .

It worked before on my old computer.

Thanks 

  • Chanh,

    You should be able to ignore this message. CCS is looking for the source file for boot.asm.

    boot.asm is part of the runtime support library that is included in all .c projects. This assembly code does the setup for the C environment (i.e. it runs before main() is reached). If you halt within the assembly, then CCS will try to find the associated source file so that the source-code can be displayed along with the memory contents in the disassembly window.

    -Lori
  • Chanh,
    is this issue resolved? you should be able to go main and simply skip stepping through this library source. But if you must find the source simply do a search in the ccsv6 tools directory on my PC this is at c:\ti\ccsv6.

    Best Regards
    Santosh Athuru