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

后端 未结 11 1427
旧巷少年郎
旧巷少年郎 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条回答
  •  -上瘾入骨i
    2020-12-08 07:32

    I got the same error when trying to build a project on Linux or OSX, that was previously built on a Windows machine and had some .o.d files hanging around in the output folder.

    Once I manually deleted the .o.d files the problem was resolved. Apparently the "Clean" command of my IDE (CodeLite in this case) wasn't deleting the .o.d files.

提交回复
热议问题