arm-linux-gnueabi-gcc: error trying to exec ‘cc1’: execvp: 没有那个文件或目录

原文:https://www.likecs.com/show-204788595.html

因为我的系统是Linux 64位的,而以上运行的程序是32位的。解决办法,安装lib32ncurses5 lib32z1 lib32stdc++6:

sodu apt-get install lib32z1 

sudo apt-get install lib32ncurses5

sudo apt-get install lib32stdc++6

posted @ 2023-07-08 07:44  MaxBruce  阅读(424)  评论(0)    收藏  举报