[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cross compile mips on x86_64: pcre?



I have a mips64el cross build for amd64, you can try it. (Please DO it
in a CHROOT evn)

1. add 'deb http://mips64el.debian.net/debian/ sid main' to your sources.list
2. dpkg --add-architecture mips64el
3. apt-get update
4. apt-get install gcc-4.9-mips64el-linux-gnuabi64
g++-4.9-mips64el-linux-gnuabi64

then you can use
    mips64el-linux-gnuabi64-gcc-4.9 hello.c -o a.out
and
     mips64el-linux-gnuabi64-g++-4.9 hello.cc -o a.out

If you need the similar ones for mips/mipsel, I can also put these
ones into this repo.


On Thu, Aug 7, 2014 at 11:52 PM, Jean-Christian de Rivaz <jc@eclis.ch> wrote:
> Le 07. 08. 14 13:07, Wookey a écrit :
>
>> And more usefully, pre-built cross-toolchains are here:
>> http://toolchains.secretsauce.net/ Wookey
>
>
> Many thanks for this link, it's a big value !
>
> Is there any chance to get this kind of package in Jessie when it will be
> stable ? Need help for that ?
>
> Regards,
>
> Jean-Christian
>
>
>
>
>
> --
> To UNSUBSCRIBE, email to debian-embedded-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> Archive: [🔎] 53E3A0C7.3060908@eclis.ch">https://lists.debian.org/[🔎] 53E3A0C7.3060908@eclis.ch
>



-- 
YunQiang Su


Reply to: