看板 Linux 關於我們 聯絡資訊
compile的平台是linux x86 我用arm-linux-gcc hello.c -o hello 然後用usb copy到實驗版的/tmp 然後cd /tmp 然後執行./hello 結果出現 ./hello: no such file or directory 卡關卡好久了 救救我阿~~~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 114.43.187.117 ※ 編輯: kentelva 來自: 114.43.187.117 (11/28 18:27)
kentelva:後來arm-linux-gcc -static hello.c -o hello就行了 11/28 18:36
kentelva:但是我還是不懂該怎麼解決比較好? 11/28 18:40
kentelva:轉錄至看板 LinuxDev 11/28 18:46
xam:原本缺 shared library 11/28 19:57
Diemno:建議把toolchain下的一些基本的library copy過去 11/29 17:52