我在demo例程中, 先执行
scons --target=makefile
然后执行
make
运行结果是:
make: *** No rule to make target
应该怎么分析解决这个问题呢
为什么想用makefile呢?可以用命令'scons' 这个也是用gcc进行编译(类似于makefile)
用起来比makefile方便多了。具体使用可以参考
https://www.rt-thread.org/document/site/#/development-tools/scons/scons
执行成功了, 结果有 scons: done building targets.