by paul.a.bates@[EMAIL PROTECTED]
Nov 1, 2006 at 09:15 AM
GPL is a good way to go, but you have to respect the GPL. If you
develop a GPL compiler, it's GPL code. Anything developed in the
modified compiler is also GPL code. This might not be the ideal.
However, you can get small binaries from the Eiffel Software compiler.
Stripping out the GC and implementing a small version of EiffelBase can
give you extremely small binaries. What you are trying to target is
extremely small. I'm assuming there is a runtime library already
available on the ROM?
I've looked at using the GPL compiler to develop a compiler for the
Lego Mindstorms system.
Paul.
Roger Browne wrote:
> Brian Heilig wrote:
> > ... But you can't make money off of the
> > generated executable unless you pay the license fee.
>
> ...or release your modified source code according to the GPL.
>
> Regards,
> Roger Browne