OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: leland on March 18, 2005, 07:55:08 pm

Title: Compilers For Oe
Post by: leland on March 18, 2005, 07:55:08 pm
Is gcc 3.4 being looked at for compliling OE ? It's supposed to create faster binaries. Is there an Intel compiler for ARM ?
Title: Compilers For Oe
Post by: lardman on March 19, 2005, 05:48:20 am
Quote
Is gcc 3.4 being looked at for compliling OE ?

I'm pretty sure it's used atm (I don't have my dev box in front of me atm).


Si
Title: Compilers For Oe
Post by: Mickeyl on March 19, 2005, 08:39:28 am
Yes, we are compiling the whole OpenZaurus distribution with gcc 3.4.3 atm.
Title: Compilers For Oe
Post by: DrWowe on February 08, 2006, 12:18:25 pm
Quote
Is there an Intel compiler for ARM ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=71354\"][{POST_SNAPBACK}][/a][/div]

What about this question?  Or, is there another compiler that creates better optimized binary code than gcc?

I've just been working on some x86 code where the icc compiled code runs literally 4X faster than the same code compiled with gcc.
Title: Compilers For Oe
Post by: lardman on February 08, 2006, 12:49:49 pm
If such a beast were available you would be able to use it with OE (add a provides in the conf file for gcc and make sure it can be called appropriately - one of the OE gurus may have a cleaner solution).

Might be a good idea for people to add patches to GCC to improve arm code performance too though.


Si
Title: Compilers For Oe
Post by: lpotter on February 10, 2006, 05:58:59 am
Quote
Is there an Intel compiler for ARM ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=71354\"][{POST_SNAPBACK}][/a][/div]

Yes, but its beta version, expensive and not readily publicly available.

and, it's not a drop in for gcc, so Makefiles and whatnot have to be modified.
Title: Compilers For Oe
Post by: DrWowe on February 10, 2006, 11:17:12 am
Quote
Yes
Have you tested it?  Can it produce faster code than gcc?