从源代码构建 Gnuarm 工具链 [英] Building Gnuarm toolchain from source

查看:27
本文介绍了从源代码构建 Gnuarm 工具链的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从 gnuarm.org 的源代码构建一个工具链.我不想使用二进制版本,因为我运行的是 x64 linux.你能指点我一些教程吗?

I want to build a toolchain from gnuarm.org from sources. I don't want to use binary version because i'm running x64 linux. Can you point me to some kind of tutorial?

推荐答案

需要安装libx11-dev才能编译Insight.

You need to install libx11-dev to compile Insight.

sudo apt-get install libx11-dev

除此之外,您自己的答案也很好.

Besides that, your own answer works just fine.

哦,您也可能会错过 termcap,请在此处获取:GNU Termcap

Oh, and you might miss termcap as well, get it here: GNU Termcap

Edit2:Configure 似乎对忽略返回值'xxx',用属性 warn_unused_result 声明"很严格,因此您可能需要修改选项或大约 12 个实例来捕获返回值获得干净的构建.

Configure seems to be tight-ass about ignoring return values "'xxx', declared with attribute warn_unused_result", so you might need to modify the options or about 12 instances to catch return values to get clean build.

这篇关于从源代码构建 Gnuarm 工具链的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆