码迷,mamicode.com
首页 > 其他好文 > 详细

rust中的arm交叉编译

时间:2020-06-06 12:44:57      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:known   target   --   bsp   linux   build   配置   linker   ase   

以armv5为例:

1.下载编译链:

 apt install arm-linux-gnueabi-gcc

2. 配置

 配置文件路径:~/.crago/config

[target.armv5te-unknown-linux-gnueabi]
linker="arm-linux-gnueabi-gcc"

3. 编译

 cargo build --target=armv5te-unknown-linux-gnueabi

或者cargo build --target=armv5te-unknown-linux-gnueabi --release

4. 未知作用

rustup target add armv5te-unknown-linux-gnueabi

rust中的arm交叉编译

标签:known   target   --   bsp   linux   build   配置   linker   ase   

原文地址:https://www.cnblogs.com/kekemuyu/p/13054169.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!