On Sun, 20 Oct 2013 18:52:47 +0300 Răzvan Rotaru
wrote:
> Is there a possibility to cross compile with chicken for another
> platform? If yes, how? My scenario is following:
>
> I have a chicken app developed on a x86 system, and would like to
> compile it for another platform, say MIPS. Now, I
follow this tutorial http://wiki.call-cc.org/man/4/Cross%20development
everything should work if your toolchain posix compatible.
Hi,
Is there a possibility to cross compile with chicken for another
platform? If yes, how? My scenario is following:
I have a chicken app developed on a x86 sys
> -- Mensagem encaminhada --
> From: "Răzvan Rotaru"
> To: chicken-users@nongnu.org
> Cc:
> Date: Sun, 20 Oct 2013 18:52:47 +0300
> Subject: [Chicken-users] Cross compiling with Chicken
> Hi,
>
> Is there a possibility to cross compile with chicken for another platform?
> If yes, h
Hi Razvan,
* R??zvan Rotaru [131020 17:54]:
> Or, If can't escape porting chicken to MIPS, do you have any suggestion how
> I could do that.
Grab the latest release tarball and run make. CHICKEN builds on my
64 bit mipsel box as it is. The only restriction is that the
apply-hack is not available
Hi,
Is there a possibility to cross compile with chicken for another platform?
If yes, how? My scenario is following:
I have a chicken app developed on a x86 system, and would like to compile
it for another platform, say MIPS. Now, I don't have chicken on MIPS and I
also don't want to port it. I