[Mono-list] GCC front-end for CIL

Paul Skinner Paul.Skinner at uec.co.za
Mon Jul 16 04:54:09 EDT 2007


Hi Guys,

Let me briefly explain our planned architecture... We wish to write cross platform code that will work on both PCs and embedded devices. Our research leads us to think that the best solution would be to create .NET applications (in CIL) and then use Cecil to create a front-end for the embedded device's GCC based compiler.

Our constraints include:


 *   We cannot re-compile the GCC based compiler. We must support devices that may only work with future releases of the compiler.
 *   The embedded environment cannot run .net code. There is simply a lack of physical memory.

We have considered:


 *   Converting the CIL to the assembler code for the device (as generated by gcc -S) and then compiling that. This is less than ideal as we have no guarantees that the "virtual" assembler code will remain the same between releases.

So far, we have determined that using Cecil to generate C code, which is compiled by the GCC based compiler is the best option.

So, my questions include


 *   Is there a better technique for generating native code (given our constraints)?
 *   Are there other open source tools (other than Cecil) that we should be investigating?
 *   Are there any sections of the Mono source that could be especially useful to us?
 *   Has anyone done similar work?


Cheers
Paul Skinner
Software Engineer


________________________________
E-Mail Disclaimer : http://www.altron.co.za/email.asp
Should you have any questions regarding this e-mail legal notice please contact us on
1. Telephone number : +27116453600
2. Fax number : +27117263009
3. E-mail address : info at altron.co.za
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20070716/0f16d4cb/attachment-0001.html 


More information about the Mono-list mailing list