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.

TI-RTOS on BBB



Hi,


I'm developing a software for my BBB using CCS6.

I add the SYS/BIOS modules to my project.

My code compiles right, but when I debug I see this error:

Can't find a source file at "/db/rtree/library/trees/xdcprod/xdcprod-t25/product/xdccore/Linux/xdctools_3_30_01_25_core/packages/xdc/runtime/Core-mem.c"
Locate the file or edit the source lookup path to include its location.

 I tought that when I debug the code (with the SYS/BIOS modules selected), CCS put the TI-RTOS on the board, but this error seems like the TI-RTOS should be on the board before debugging the code...is it  right?


Daniele

  • Daniele Montesi said:

    My code compiles right, but when I debug I see this error:

    Can't find a source file at "/db/rtree/library/trees/xdcprod/xdcprod-t25/product/xdccore/Linux/xdctools_3_30_01_25_core/packages/xdc/runtime/Core-mem.c"
    Locate the file or edit the source lookup path to include its location.

    This error is harmless and is simply saying that the debugger was unable to find the source file at that hard-coded path (which is the Linux path embedded in the library at build time). You can simply click on "Locate the file" and browse to the location of that file within the xdctools folder in your installation.