|
板凳
楼主 |
发表于 2020-9-25 08:52:13
|
只看该作者
搞定了,参考:
https://blog.csdn.net/angelxy157 ... rm=aarch64%20arm%20编译32位程序
dpkg --add-architecture armhf
apt-get update
apt-get install libc6:armhf libstdc++6:armhf
apt-get install libc6-dev:armhf
apt-get install gcc-multilib-arm-linux-gnueabihf
apt-get install binutils-arm-linux-gnueabihf
apt-get install g++-multilib-arm-linux-gnueabihf
apt install doxygen:armhf
apt install transfig:armhf
apt install transfig
apt install imagemagick:armhf
apt install gdb:armhf
如果想使用armel,则:
dpkg --add-architecture armel
apt-get update
然后在安装相应的交叉编译工具链
armel与armhf区别,可以自行百度。 |
|