Error: CreateProcess failed, Command: ‘C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin -o ..\OBJ\output
原文連結https://blog.csdn.net/weixin_39674445/article/details/80387793
編譯其他人已經編寫好的工程程式碼時,編譯出現瞭如下的問題。
原因:這是作者需要生成bin檔案,因此勾選了Run#1,並在User Command中填寫自己軟體的實際目錄。但是如果你只是照搬過來,不進行相應的更改就會出現上面的報錯。
解決方法:
1、如果你不需要生成相應的bin檔案:
將勾選的RUN #1去掉勾選點選ok就可以了。
2、如果你需要生成相應的bin檔案,則在勾選Run#1的條件下,更改User Command的內容:
更改如下:fromelf.exe --bin -o “$L@L.bin” "#L"
按照上述這種方式更改,當別人再編譯你的工程時,就不會因為路徑不對的問題而導致編譯報錯。
相關文章
- 執行yarn報錯-node_modules\pngquant-bin: Command failedYarnAI
- ORACLE opatch 打補丁fuser command output for /u01/.../crsctl.bin is FailureOracleAI
- MySQL error log和bin logMySqlError
- iOS開發除錯之報錯:Command /usr/bin/codesign failed with exit code 1iOS除錯AI
- 從 egg-bin 聊到 command line interface Tool
- Sub-process /usr/bin/dpkg returned an error codeError
- WSL:Sub-process /usr/bin/dpkg returned an error code (1)Error
- /usr/bin/python與/usr/bin/env python的區別Python
- Could not find or access '/etc/ansible/bin/cfssljson /etc/ansible/bin/cfsslJSON
- shell指令碼頭,#!/bin/sh與#!/bin/bash的區別.指令碼
- 7.30 BIN_TO_NUM
- composer安裝完成輸入命令報錯:Fatal error: Class ‘Phar‘ not found in C:\\ProgramData\\ComposerSetup\\bin\\compoError
- How to use “cat” command on “find” command's output?
- python中#!/usr/bin/python與#!/usr/bin/env python的區別Python
- 修復Gradle CreateProcess error=206GradleError
- crsd.bin Fail With Error CRS-1019 When ohasd Restarted (文件 ID 2291799.1)AIErrorREST
- /bin/sh: 1: pahole: not found
- bin是什麼檔案格式 bin檔案要怎麼開啟
- mount error(5): Input/output errorError
- 指令碼前面的/bin/bash指令碼
- /usr/bin/ld: cannot find -lopenblas
- zabbix報錯fping failed:no outputAI
- SqlConnection,command基本用法,output,輸出SQL
- /bin、/sbin、/usr/bin、/usr/sbin、/usr/local/sbin放置可執行檔案的區別
- -bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: b...Framework
- /usr/bin/expect的簡單使用
- 字串函式 hex2bin ()字串函式
- 【轉】對#!bin/sh的認識
- 【jenkins】/usr/bin/env: php: No such file or directoryJenkinsPHP
- MySQL的Redo log 以及Bin logMySql
- ld: -pie can only be used when targeting iOS 4.2 or later clang: error: linker command failed with eiOSErrorAI
- 啟動 idea 彈出“Failed to load JVM DLL\bin\server\jvm.dll”錯誤的解決方法IdeaAIJVMServer
- win10中recycle.bin什麼意思_win10中recycle.bin怎樣刪除Win10
- su -s /bin/sh -c “nova-manage api_db sync“ nova報錯API
- 【ERROR】OPatch failed with error code 73ErrorAI
- [20190920]Asynchronous Global Index Maintenance and Recycle Bin.txtIndexAINaN
- Pytorch | Pytorch格式 .pt .pth .bin .onnx 詳解PyTorch
- 解決“/bin/bash^M: bad interpreter: No such file or directory”