嵌入式各種錯誤收集

2021-06-18 15:16:23 字數 656 閱讀 4234

1。  could not read symbols: file in wrong format   這個錯誤可能是不同的硬體平台導致的。其主要是之前硬體編譯器編譯出來的.o檔案在另乙個平台時認不出來。

2. /bin/bash^m: bad interpreter: no such file or directory   寫指令碼一直出現這個錯誤,我實在windows下用開啟記事本寫指令碼的,是格式不對,

出現上面錯誤的原因之一是指令碼檔案是dos格式的, 即每一行的行尾以\r\n來標識, 使用vim編輯器開啟指令碼, 重新編輯就可以了。

3.error generating final archive: debug certificate expired on *****  android中出的錯誤匯入乙個包發生的。解決辦法:在eclipse選單

window -> preferences -> android -> build

,找到那個

default debug keystore

顯示的路徑,就是debug.keystore這個檔案(expired)過期了,要刪除這個debug.keystore就行了,eclipse會自動生成乙個新的。

4.在arm平台下只能執行 以 #! /bin/sh  開頭的指令碼程式,以#! /bin/bash 開頭的就不行,試了好久才發現。

c 錯誤收集

1.clang tidy non const lvalue reference to type basic string cannot bind to a temperary of type basic string 錯誤描述 這個錯誤出現在我試圖傳乙個臨時變數給乙個 函式,這個函式的引數型別為 引...

opencv錯誤收集整理

收集一些遇到的opencv錯誤,以便今後出錯能知道。1.內容 今天想用opencv自帶的hog演算法來做人體檢測,結果折騰了半天老是出現錯誤,錯誤在getdefaultpeopledetector 函式呼叫部分,堆疊顯示為 heap imagedetect.exe invalid address s...

GitHub操作常見錯誤收集

如果輸入 git remote add origin git github.com djqiang github帳號名 gitdemo 專案名 git 提示出錯資訊 fatal remote origin already exists.解決辦法如下 1 先輸入 git remote rm origi...