qwangpolestar wrote:
> Hi, David
>
> Thanks a lot.
>
> I am using gcc-3.2.2 and glibc-2.3.2. Maybe it's too old.
> How about yours?
>
I never used anything earlier than 3.3.0 on mips. Basic ffi call support
for mips existed in that version. We added ffi closures in 4.0 IIRC
(although I have back p
王 启 wrote:
> Hi,
>
> I am building the cross-toolchain for mipsel on x86 redhat pc. Now I can
> build the gcc for c using following configuration. ./configure
> --prefix=/opt/xuelian-toolchain/mipsel-linux-glibc --target=mipsel-linux
> --enable-shared --enable-threads --enable-languages=c
> --
Hi,
I am building the cross-toolchain for mipsel on x86 redhat pc.
Now I can build the gcc for c using following configuration.
./configure --prefix=/opt/xuelian-toolchain/mipsel-linux-glibc
--target=mipsel-linux --enable-shared --enable-threads --enable-languages=c
--with-headers=/opt/xuelia