最近小白使用 ST 的 cubeide 编译工程的时候 出现如下的错误提示,崩溃啊,请大神指点。
在 DEBUG 模式下没有任何问题,我不认为是我的 工程的问题,应该是有些设置不正确:
09:45:59 **** Incremental Build of configuration RELEASE_F103_APP for project F103RCT_Test_1107 ****
make -j12 all
arm-none-eabi-objcopy "F103RCT_Test_1107.elf" -O binary "F103RCT_Test_1107.bin"
arm-none-eabi-objcopy: 'F103RCT_Test_1107.elf': No such file
make[1]: *** [makefile:91: pre-build] Error 1
make: *** [makefile:59: all] Error 2
"make -j12 all" terminated with exit code 2. Build might be incomplete.
09:46:00 Build Failed. 2 errors, 0 warnings. (took 469ms)
|