English 中文(简体)
ARM 嵌入的六氯环己烷工具链
原标题:ARM embedded Linux toolchain
  • 时间:2012-01-12 20:40:27
  •  标签:
  • linux
  • arm

a. 关于Arma和Rint的简单问题:

我刚刚在乌班图建造了手臂-网关工具链,以汇编用于非洲资源管理的支线。 这一工具链是否也能够把手工艺汇编成手,以便在管理我的同行审议机制的大环境中执行,或者我是否需要第二个工具链?

ah,我想到第二个问题。 工具链可以用 build子生成;它是否用于汇编ARM的六氯环己烷,还是用于汇编用于ARM的六氯环己烷系统的二元数据?

谁能向我解释一下这一点细节?

最佳回答

如果您具备了工具链,你可以汇编任何针对Libert/ARM的冲积方案。 你们只需要一个工具链。 我看望了短链氯化石蜡与其他方案之间的任何区别。

问题回答

让我回答一个问题。 缩略语 您能否利用同一汇编者汇编使用该计算机操作的申请程序,或是否需要第二版供申请使用。

If it can build the linux kernel and that kernel happens to work then it most likely can build applications that can work on that kernel. I am sure there are exceptions that people can come up with. But in practice, specifically arm-none-linux-eabi, we use it every day to build a working linux system for arm and to compile the programs that run on that arm linux system. Same compiler/toolchain.

Yes it is possible! I have created an Ubuntu environment with an arm-2011.09 cross compiler toolchain and from this environment routinely build both Arm applications and the linux kernel components needed for Buildroot. All work great!

我利用Docker建造了这些环境,使发展环境在工作、家庭和其他地方非常有利。 如果Docker在生意中处于一米左右。





相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签