我现在的主机使用的是i386-pc-Red-Hat-Linux的编译环境,但是我需要在arm-linux的编译环境下编译ORBit-0.5.15,请问应该如何进行?
My cross compiler env now is i386-pc-Red-Hat-Linux.However,I need arm-linux env to build ORBit-0.5.15.So,how should I do?
I know that is building cross compiling env,and my sys now is "gcc" set before, it is a cross compiling env for 386 platform. But I need a cross compiling env for arm platform, in order that my PC could use arm-linux-gcc for the "make" operation.Should I build a new arm-linux toolchain?