交叉编译
近来一直忙于一个跨平台移植(porting from x86 to PowerPC)的一个项目,基本上整天是编译与交叉编译。下面想从以下几个方面谈一下交叉编译。
- 何为交叉编译?
- 何为交叉编译器?
- 为什么要交叉编译?
- 交叉编译应该注意哪些?
近来一直忙于一个跨平台移植(porting from x86 to PowerPC)的一个项目,基本上整天是编译与交叉编译。下面想从以下几个方面谈一下交叉编译。
To cross-compile Perl on Linux for PowerPc architecture, you must install SSH server on your PowerPC platform. Continue reading
Tags: cross-compiling, perl, powerpc