主题:标准gcc跟交叉编译版的gcc有何区别?
yard58
[专家分:2200] 发布于 2006-04-20 16:17:00
1.标准gcc跟交叉编译版的gcc有何区别?
2.有标准标准gcc干嘛还要用交叉编译版的gcc?
3.一般什么情况下才要用交叉编译版的gcc?
4。编译内核用哪种好?还是两种都可以用?
回复列表 (共2个回复)
沙发
justforfun626 [专家分:18460] 发布于 2006-04-21 00:13:00
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.
板凳
z353 [专家分:30] 发布于 2006-04-21 22:31:00
交叉编译?跨平台(Cross-Platform)编译的简称而已,明白了吧。比如在Win上编译ELF文件然后能用于Linux。。。
我来回复