STM32CubeIDE 中出现 "make: *** no rule to make target" 错误通常是因为 Makefile 文件中缺少对应的编译规则或路径问题。 解决方法 检查Makefile 文件: 确保Makefile 中包含了所有必要的编译规则。 如果项目是从其他环境迁移过来的,可能需要手动更新 Makefile 以适应新的项目结构。 清理并重建项目: 在STM32Cu...
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.把重要的文件再复制回来就...