This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC for Symbian


On Mon, 2007-07-23 at 00:52 +0300, Evgeniy Filatov wrote:

> I am programmer, i am writing C/C++ programs for Nokia Series 60
> devices, and often i need to run some parts of code directly on
> device. I think, not only me, but other symbian developers got same
> problem. There are no C compiler, that runs directly on such devices.
> That's why i want to ask: is there any version of gcc under Symbian
> already exist or planned. If second, i can help to develope it.

Why do you need to run the compiler directly on the device?  That seems
slow and probably very difficult.  You should cross-compile applications
from a faster general-purpose machine.

Ben

-- 
Ben Elliston <bje@au.ibm.com>
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]