Unkown Warning

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unkown Warning

632 Views
marceli1
Contributor III

I have problem with the following warning in CodeWarrior 11, I  can not find reason for it in the project properties:

Source file "D:\w\ColdFire\ColdFire_Build_Tools\ewl\EWL_C\include\cctype" not found, cannot display source

It is looking for unknown D: drive.

Labels (1)
Tags (1)
0 Kudos
1 Reply

568 Views
ErichStyger
Senior Contributor V

Hi @Marceli Firlej ,

that path refers to the build machine where the CodeWarrior team has built the EWL libraries. So this is not supposed to be on your machine, but on that development machine where you don't have access. Typically the libraries are delivered without the source code, and normally the source path to the files gets stripped off to avoid that confusion. It seems that this step was not included.

If you want to debug the libraries and have source code, you would have to rebuild it. I'm doing that for the GNU libraries (I'm not using EWL), see GNU Libs with Debug Information: Rebuilding the GNU ARM Libraries | MCU on Eclipse 

I hope this helps,

Erich

0 Kudos