windows安裝了make和arm的交叉編譯器gcc-arm-none-eabi,系統的環境變數也添加了路徑,但是編譯的時候我自己工程的makefile檔案執行make的時候報錯;所以找了一下其他的工程,也是需要make和arm-none-eabi環境的,執行make就可以正常編譯
報錯資訊:
系統找不到指定的路徑。
CC not found on PATH (arm-none-eabi-gcc).
系統找不到指定的路徑。
LD not found on PATH (arm-none-eabi-ld).
系統找不到指定的路徑。
CP not found on PATH (arm-none-eabi-objcopy).
系統找不到指定的路徑。
OD not found on PATH (arm-none-eabi-objdump).
系統找不到指定的路徑。
AR not found on PATH (arm-none-eabi-ar).
系統找不到指定的路徑。
RD not found on PATH (arm-none-eabi-readelf).
系統找不到指定的路徑。
SIZE not found on PATH (arm-none-eabi-size).
系統找不到指定的路徑。
GCC not found on PATH (arm-none-eabi-gcc).
Required Program(s) CC LD CP OD AR RD SIZE GCC not found
Tools arm-none-eabi-gcc not installed.
系統找不到指定的路徑。
rf bin
process_begin: CreateProcess(NULL, rf bin, ...) failed.
make (e=2): 系統找不到指定的檔案。
make: [all] 錯誤 2 (忽略)
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/263994.html
標籤:應用程序開發區
上一篇:痞子衡嵌入式:自識別特性(Auto Probe)可以讓i.MXRT1060無需FDCB也能從NOR Flash啟動
