Unkown Warning

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Unkown Warning

1,134 次查看
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.

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

1,070 次查看
ErichStyger
Specialist I

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 项奖励
回复