什么是交叉编译? [英] what is cross compilation?

查看:154
本文介绍了什么是交叉编译?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是交叉编译?

推荐答案

交叉编译是一个计算机系统(通常称为目标)在不同系统(称为主机)上编译代码的行为。

Cross-compilation is the act of compiling code for one computer system (often known as the target) on a different system, called the host.

这是一个非常有用的技术,例如当目标系统太小,无法托管编译器和所有相关文件。

It's a very useful technique, for instance when the target system is too small to host the compiler and all relevant files.

常见的示例包括许多嵌入式系统,而且还是典型的游戏机。

Common examples include many embedded systems, but also typical game consoles.

这篇关于什么是交叉编译?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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