回 帖 发 新 帖 刷新版面

主题:标准gcc跟交叉编译版的gcc有何区别?

1.标准gcc跟交叉编译版的gcc有何区别? 

2.有标准标准gcc干嘛还要用交叉编译版的gcc?

3.一般什么情况下才要用交叉编译版的gcc?

4。编译内核用哪种好?还是两种都可以用?

回复列表 (共2个回复)

沙发

First thing you need to understand what is cross-compiling.

Cross-compiling refers to building applications for one platform, with development occuring on another platfrom.

For example, compiling MS-Windows executables from within a Linux environment, or vice-versa.

板凳

交叉编译?跨平台(Cross-Platform)编译的简称而已,明白了吧。比如在Win上编译ELF文件然后能用于Linux。。。

我来回复

您尚未登录,请登录后再回复。点此登录或注册