Cygwin make error : *** target pattern contains no `%'

后端 未结 11 1428
旧巷少年郎
旧巷少年郎 2020-12-08 07:07

I got this error while (re)building, using cygwin make.exe version :3.81.

Error : *** target pattern contains no `%\'.
11条回答
  •  春和景丽
    2020-12-08 07:15

    Try this if you're running Eclipse C/C++ and referencing files from Cygwin under Windows, make sure c:/cygwin/bin or c:/cygwin64/bin comes after your preferred compiler tools in your Windows Path environment.

    Example: Path = ;C:\yagarto\bin;C:\yagarto-tools\bin;C:\cygwin64\bin;

    After making the changes, exit Eclipse and restart for it to take effect (simply restarting Eclipse without exiting won't fix the problem.

提交回复
热议问题