How to use arm complier to complie symbian progarm!

Login to reply to this topic.
Thu, 2006-05-04 15:51
Joined: 2006-05-04
Forum posts: 4
How to use arm complier to complie symbian progarm!

Thu, 2006-05-04 15:57
Joined: 2006-05-04
Forum posts: 4
Re: How to use arm complier to complie symbian progarm!
it's said that arm tools are more efficiency.that how can i embed these tools into symbian sdk
Thu, 2006-05-04 18:10
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2009
Re: How to use arm complier to complie symbian progarm!
which version of the OS are you targetting ?

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Thu, 2006-05-04 20:51
Joined: 2004-11-29
Forum posts: 1246
Re: How to use arm complier to complie symbian progarm!
Also remember, you have to write very advanced code before the choice of compiler matters that much.

Fri, 2006-05-05 17:02
Joined: 2006-05-04
Forum posts: 4
Re: How to use arm complier to complie symbian progarm!
to eric :
the symbian 6.1
Fri, 2006-05-05 17:09
Joined: 2006-05-04
Forum posts: 4
Re: How to use arm complier to complie symbian progarm!
to alh :
i know your mean,i only want to know the answer for  curiosity
Fri, 2006-05-05 23:33
Forum Nokia Champion
Joined: 2003-06-10
Forum posts: 720
Re: How to use arm complier to complie symbian progarm!
You can buy/license the ARM compilers (RVCT) from ARM's RealView distributors: http://www.arm.com/products/DevTools/realview_distributors.html
Mon, 2006-05-22 12:46
Joined: 2006-05-22
Forum posts: 37
Re: How to use arm complier to complie symbian progarm!
The ARMv5 (or RVCT) compiler is just for professional use as it cost a lot.
Use GCCE with opimisation flag on and you are fine for Symbian 9.1.

To enable optimisation edit:
\Epoc32\tools\compilation_config\gcce.mk

Change the line EXTRA_CC_OPTION  to EXTRA_CC_OPTION=-O

and you will get much smaller binaries.

BR

have fun...

Rayko Enz
www.sic-software.com

  • Login to reply to this topic.