Re: Fixed point support for GCC cross compiler

"Gene" <gene.ressler@gmail.com>
18 Aug 2006 01:12:29 -0400

          From comp.compilers

Related articles
Fixed point support for GCC cross compiler shafitvm@gmail.com (shafi) (2006-08-15)
Re: Fixed point support for GCC cross compiler englere_geo@yahoo.com (Eric) (2006-08-15)
Re: Fixed point support for GCC cross compiler ian@airs.com (Ian Lance Taylor) (2006-08-18)
Re: Fixed point support for GCC cross compiler mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2006-08-18)
Re: Fixed point support for GCC cross compiler adm@standarddeviance.com (thant) (2006-08-18)
Re: Fixed point support for GCC cross compiler gene.ressler@gmail.com (Gene) (2006-08-18)
Re: Fixed point support for GCC cross compiler englere_geo@yahoo.com (Eric) (2006-08-18)
Re: Fixed point support for GCC cross compiler jeffrey.kenton@comcast.net (Jeff Kenton) (2006-08-20)
| List of all articles for this month |

From: "Gene" <gene.ressler@gmail.com>
Newsgroups: comp.compilers
Date: 18 Aug 2006 01:12:29 -0400
Organization: http://groups.google.com
References: 06-08-083
Keywords: GCC, types
Posted-Date: 18 Aug 2006 01:12:29 EDT

shafi wrote:
> Hello everyone,
>
> I am involved with the porting of GCC for a new arm processor.
> The trouble is that I have to add a feature which is not supported by
> GCC - Fixed point support.
> You know adding a new support along with porting is going to be tough.


Ada has fixed point types in the language. There has been some
newsgroup discussion about ARM support for the GNAT Ada compiler
supported within the gcc system. I'm not sure if anyone has followed
through. But it will probably be much easier to port the Ada runtime
than to hack C/C++ to include non-standard types.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.