|
|
我在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
请教各位了! |
|