|
最近小白使用 ST 的 cubeide 編譯工程的時候 出現(xiàn)如下的錯誤提示,崩潰啊,請大神指點。
在 DEBUG 模式下沒有任何問題,我不認(rèn)為是我的 工程的問題,應(yīng)該是有些設(shè)置不正確:
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)
|
|