Thread: gcc compiler?
View Single Post
Old 01-13-07, 12:42 AM   #2 (permalink)
DaLabrador
Aximsite Veteran
 
DaLabrador's Avatar
 
Join Date: Jun 2006
Posts: 1,173
Device: Nokia 5310
Thanked 5 Times in 5 Posts
A couple of places to start:

Pocketgcc for on device compiling/linking (I haven't tried it, though).
Instructions here:
http://tech.groups.yahoo.com/group/p...c/message/2301

Cegcc for compiling/linking on pc (Which I haven't tried either):
http://cegcc.sourceforge.net/

If you're after some plain C++ (on windoze) Ebedded visual C++ 4.0 is provided for free:
http://www.microsoft.com/downloads/d...displaylang=en
It might work in wine (I haven't tried that one, though).
__________________
  1. Be Kind.
  2. Have fun.

Last edited by DaLabrador; 01-13-07 at 12:44 AM.
DaLabrador is offline   Reply With Quote