gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Cross compile


From: Gabriel Dos Reis
Subject: Re: [Gcl-devel] Cross compile
Date: Sat, 16 Oct 2010 08:45:15 -0500

Jose Antonio Garcia Peiro <address@hidden> writes:

| Hi,
| 
| I need compile a lisp program for a ARM Cortex-M3 devices. I have
| a Codesourcery G++ (based on GNU GCC) compiler that can compile for
| these devices. 
| It is possible configure GCL for generate C or C++ code?

No. GCL generates K&R-style function prototype declarations instead
`regular' prototype declarations.

| It is possible configure GCL for use with Codesourcery G++ to generate
| native   code for my Cortex-M3?

In principle it should be doable if the C code GCL generates are
carefully written, but that is not currently the case.

-- Gaby



reply via email to

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