wyh wrote:
> I want to install perl to my target board with mipsel-linux.How can I cross-compile
> and install perl under i686-linux(red hat)? I tried to do cross-compiling many times
> as follows:
>
> ./Configure -Dcc=mipsel-linux-gcc -Dld=mipsel-linux-ld -Dnm=mipsel-linux-nm
> -Dlocincpth=...
I want to install perl to my target board with mipsel-linux.How can I cross-compile
and install perl under i686-linux(red hat)? I tried to do cross-compiling many times
as follows:
./Configure -Dcc=mipsel-linux-gcc -Dld=mipsel-linux-ld -Dnm=mipsel-linux-nm
-Dlocincpth=... -Dloclibpth=...
But