I was get this error information: make: *** No rule to make target '../Core/Startup/startup_stm32l476rgtx.s', needed by 'Core/Startup/startup_stm32l476rgtx.o'. Stop. I work on NUCLEO-L476RG board. Any tip how to resolve this problem? Labels: STM32CubeIDE STM...
后来再编译的时候就总是报错 make: *** No rule to make targetmain.elf', needed byelf’. Stop. 网上找过各种资料都不合适, 后来实在没办法了. 1.把代码中比较重要的文件都复制出来备份好,然后把整个项目的内容都删的只剩ioc文件, 2.然后再打开ioc文件重新生成的整个项目. 3.把重要的文件再复制回来就...
后来再编译的时候就总是报错 make: *** No rule to make targetmain.elf', needed byelf’. Stop. 网上找过各种资料都不合适, 后来实在没办法了. 1.把代码中比较重要的文件都复制出来备份好,然后把整个项目的内容都删的只剩ioc文件, 2.然后再打开ioc文件重新生成的整个项目. 3.把重要的文件再复制回来就...
I imported a project into the project treeview (by Import) and trying to build the project results in: ``` 10:35:43 *** Incremental Build of configuration Default for project pedscan *** make all make: *** No rule to make target `all'. Stop. "make all" terminated with exit co...