chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] building only from .c files


From: John Cowan
Subject: Re: [Chicken-users] building only from .c files
Date: Wed, 6 Sep 2006 10:16:41 -0400
User-agent: Mutt/1.3.28i

Shawn Rutledge scripsit:

> Alternatively there could be an option to both cross-compile chicken,
> and have a cross-csc for generating the ARM binaries.  This would be
> much quicker on a fast machine, whereas ARMs only go so fast (and I
> have not investigated whether one of the ARM emulators running on an
> X86 box might possibly be much faster than the real thing).

The important point is that chicken (the Scheme->C part) always
generates the same code no matter what system it's running on.
So you can always take chicken.h, library.c, and whatever other
.c files you need (application, library, whatever) and cross-compile
them with a gcc set up for that purpose.

-- 
It was impossible to inveigle           John Cowan <address@hidden>
Georg Wilhelm Friedrich Hegel           http://www.ccil.org/~cowan
Into offering the slightest apology
For his Phenomenology.                      --W. H. Auden, from "People" (1953)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]