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.
Hello all,
I'm getting the following error when running my application:
Can't find a source file at "/tmp/TI_MKLIBr78rCW/SRC/exit.c"
I'm using CCS v5 on a C6000 (TMS320C6678) with a Blackhawk XDS560v2-USB Mezzanine Emulator. My target configuration file is attached (as a .txt file)
Can anyone shed some light on this issue for me please?
Many thanks
Michael
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configurations XML_version="1.2" id="configurations_0"> <instance XML_version="1.2" desc="C6678 Device Functional Simulator, Little Endian" href="configurations/tisim_c6678_pv_le.xml" id="C6678 Device Functional Simulator, Little Endian" xml="tisim_c6678_pv_le.xml" xmlpath="configurations"/> <configuration XML_version="1.2" description="Simulates the C6678 device which includes C66x CorePac(8x), MSMC (Multicore Shared Memory Controller), Inter-processor communication, CPINTC(4x), EDMA(3x), TIMER64(16x), Semaphore2,Semaphore2, DDR3 Memory controller and DDR3 memory, GPIO, Queue-manager Sub-system, SRIO and Network coprocessor (Packet Accelerator, Switch Sub-system), PCIe Sub-system. Does not model Power and Sleep Controller. This configuration is functional (bit accurate) . This configuration is suitable for applications development and understanding the system behavior, but doesn't support cycle accuracy at the device level." id="C6678 Device Functional Simulator, Little Endian"> <connection XML_version="1.2" desc="C6678 Device Functional Simulator, Little Endian_0" id="C6678 Device Functional Simulator, Little Endian"/> </configuration> </configurations>
Hi Michael,
Michael Dilmore said:I'm getting the following error when running my application:
Can't find a source file at "/tmp/TI_MKLIBr78rCW/SRC/exit.c"
This is expected behavior.
The warning/error is explained in the thread below:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/247877.aspx
The reason why you can't resume execution is because your program has already run and finished execution. You are at the exit point of your program.
thanks
ki