Re: [Chicken-users] Cross compiling with Chicken

2013-10-21 Thread --
This one seems working for mips32r2 I have successfully cross-compiled chicken and compiled a cross-chicken for the mips plaform using instructions defined here .Thank you for the hint. There is no apply-hack for this plaform, though. What

Re: [Chicken-users] Cross compiling with Chicken

2013-10-21 Thread John Cowan
Răzvan Rotaru scripsit: > There is no apply-hack for this plaform, though. What does this > mean? What are the consequences? It means that the number of arguments that can be passed to a procedure, whether explicitly or by using `apply`, is limited to 126 rather than 2048. -- Híggledy-pìggledy

Re: [Chicken-users] Cross compiling with Chicken

2013-10-21 Thread Răzvan Rotaru
I have successfully cross-compiled chicken and compiled a cross-chicken for the mips plaform using instructions defined here.Thank you for the hint. There is no apply-hack for this plaform, though. What does this mean? What are the consequences?

Re: [Chicken-users] Cross compiling with Chicken

2013-10-20 Thread Mario Domenech Goulart
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

Re: [Chicken-users] Cross compiling with Chicken

2013-10-20 Thread \(--)/
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

Re: [Chicken-users] Cross compiling with Chicken

2013-10-20 Thread Arthur Maciel
> -- 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 c

Re: [Chicken-users] Cross compiling with Chicken

2013-10-20 Thread Christian Kellermann
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

[Chicken-users] Cross compiling with Chicken

2013-10-20 Thread Răzvan Rotaru
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