[plt-scheme] Cross compiling for linux-arm

From: Adrian Matellanes (adrianm at visual-tools.com)
Date: Wed Feb 26 04:55:15 EST 2003

I tried that first, since I understood the same as you!, but it didnt
work.
I will try to study a little the ./configure options and send the
results to the list if I arrive somewhere!

Thanks. Regards
Adrian


On Wed, 2003-02-26 at 00:56, Matthew Flatt wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> At 25 Feb 2003 23:47:53 +0000, Adrian Matellanes wrote:
> >   ./configure --host=arm-linux --x-libraries=path-to-x-libraries
> 
> Don't you mean --target=arm-linux ? Even if I understand --target
> versus --host correctly, I have no idea whether it will work.
> 
> The only time I successfully cross-compiled something (not PLT Scheme),
> I used something like
> 
>  env CC=/usr/share/arm/bin/cc LD=/usr/share/arm/bin/ld ./configure
> 
> where /usr/share/arm/bin/cc is the cross-compiler for Arm, etc.
> 
> To use that strategy for PLT Scheme, you'll also need to set CC_FOR_BUILD
> to a compiler for the host (i.e., the machine where you're building).
> 
> Matthew
> 
-- 
"Time never dies, circle is not round..."
------------------------------------------------------
V I S U A L   T O O L S
Adrian Matellanes
R&D Department 
C/Isla Graciosa, 1.
28034 Madrid - Spain
Telephone: +34 917 294 844
Fax:  +34 913 585 236
adrianm at visual-tools.com
------------------------------------------------------




Posted on the users mailing list.