LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 644|回复: 0

make总是出问题

[复制链接]
发表于 2005-9-20 22:36:57 | 显示全部楼层 |阅读模式
我在win下使用arm realview编译
输出错误如下:
make -f ucos2_Debug.mk  rebuild
for %d in (       Debug\blocks.o Debug\ucos2.axf none.lib) do if exist %d del %d
syntax error: got EOF, expecting Word
make:  Error code 129, while making 'clean'

ucos2_Debug.mk  文件clean部分如下:

clean:
+for %d in ($(OBJS) $(PROGRAM) $(BUILD_LIB)) do if exist %d del %d


请教各位了!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表