eclipse 交叉编译环境调试找不到文件的解决办法


goto Window ==> Preferences ==> C/C++ ==> Debug ==> Source Lookup Path

I Add a Path Mapping: Project Source
On the left side I put the path that Cygwin expects, i.e. \home\MyName\projects and on the right side I put the Windows path, i.e. C:\cygwin\home\MyName\projects
Then when I debug it finds the source file fine.

你可能感兴趣的:(ARM,compiler)