Re: IDE
Re: IDE
- Subject: Re: IDE
- From: Mike Jackson <email@hidden>
- Date: Mon, 6 Mar 2006 07:25:38 -0500
On Mar 6, 2006, at 5:24 AM, Josh Osborne wrote:
Does anyone know of a similar development environment such as Dev-C+
+ (Windows) that I could use to write software in C & C++ on the
Mac? I use the compile options in Dev-C++ to easily build binaries
using a gcc cross compiler in a cygwin environment to make binaries
for an embedded power pc device. I have tried using Xcode but I
cannot configure it in a way to make it time effective, that and I
am having an impossible time trying to configure XCode to use other
executables such as ld, sed, awk, gcc and having it only use the
libraries I specify rather than the default Mac gcc & SDK's that
comes with Xcode. This is the only thing holding me back from
completely switching over to Mac. Other than targeting other
platforms, Xcode works great for mac programming. Anyone have any
suggestions? (Or could direct me to a tutorial or documentation on
a website on exactly how to configure Xcode to do this?)
Thanks,
Josh
_______________________________________________
You could try using Eclipse 3.1.2 with the Eclipse CDT (C Development
Tools) 3.x plugins. The build system is make based (either your own
make files, or Eclipse can generate the make files for you). It isn't
too bad on a mac but more complicated projects seem to give it a hard
time.
The caveat is that I don't think there is an Intel version or
Eclipse yet.
http://download.eclipse.org/eclipse/downloads/drops/
R-3.1.2-200601181600/index.php
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/
downloads/main.html?cvsroot=Tools_Project
HTH
--------
Mike Jackson
imikejackson <at> gmail <dot> com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >IDE (From: Josh Osborne <email@hidden>) |