摘要: 在ubuntu中可以使用命令行 sudo apt install gcc-arm-linux-gnueabi 自动安装交叉编译工具,但是往往软件版本太过超前了,交叉编译时候使用的命令是 arm-linux-gnueabi-gcc --static hello.c -o hello 但是hello程序 阅读全文
posted @ 2021-12-30 13:16 quliuliu2013 阅读(1730) 评论(0) 推荐(0)