Hello
The path you are seeing is the path to the source file on the Host where the library has been built.
That is strange. Normally the linker does not require to access any source code.
I did some tests with CodeWarrior for MCU V10.2 and I am able to link out of the box without any problem.
There seem to be something related to your project.
Only thing I can think about is perhaps you can try to rebuild the runtime library and make sure they are built with debug information.
This can be done as follows:
- Import project located in {Install}\MCU\ColdFire_Support\ewl in CodeWarrior
- Click right on the project name then select Build Configuration > Set Active and select the appropriate configuration. This depend on the run time library file you are linking with your application.
- Build the project to create a new .a file. All the debug information will then point to your current installation directory and you should be able to link your application
If this does not help, I would recommend you to submit a service Request from our on-line support web page. So a support engineer can look at what is going wrong. Make sure to attach a project reproducing the trouble to the SR.
Click here to submit a Service Request.
CrasyCat