Question:
When debugging an application for Blackfin BF707, I get the next message:
Can't find a source file at "C:\Jenkins\workspace\CCES2_7_0_build_compiler_and_libs_bf\CCL\DSPLIB\LIBC\src\platform\frio\crt\cec_int_dispatcher.asm" Locate the file or edit the source lookup path to include its location.
And the application stops with an exception. Why is it so?
Answer:
Please follow the below steps to locate the file:
1. Click "Locate File..." which is shown under the error. Please refer screenshot for example.
2.Enter "C:\Analog Devices\CrossCore Embedded Studio 2.7.0\Blackfin\lib\src\libc\crt" in the "File Name" textbox.
If you have installed the CCES in the different location, please change the path accordingly.
3.Click Open and choose "cec_int_dispatcher.asm".
4.Click Open
Please find the screenshot for your reference
This document was generated from the following discussion: Debugging message CCES-BF707