|
-
Sep 20th, 2005, 06:04 PM
#1
Thread Starter
Fanatic Member
Setting up Eclipse with C
I'm trying to setup the Eclipse IDE for C and C++ and I need to install 'make' and 'gcc'.
I have no idea how to go about this. Searching these on google is no help.
I'm installing eclipse because I don't like using the editor on our university unix server: pico (aka less than notepad)
Don't pay attention to this signature, it's contradictory.
-
Sep 21st, 2005, 06:31 AM
#2
Hyperactive Member
Re: Setting up Eclipse with C
I assume you're trying to do this on a Unix / Linux system???
-
Sep 21st, 2005, 09:10 AM
#3
Thread Starter
Fanatic Member
Re: Setting up Eclipse with C
 Originally Posted by CyberSurfer
I assume you're trying to do this on a Unix / Linux system???
Nope. Windows. I'm pretty sure 'make' is included by default with unix. I've tried installing 'cygwin' but not really sure how to use it with eclipse.
Don't pay attention to this signature, it's contradictory.
-
Sep 21st, 2005, 10:14 AM
#4
Hyperactive Member
Re: Setting up Eclipse with C
If you look at the FAQ page here: http://www.eclipse.org/cdt/, it seems that for Windows you just need to be running Java. Make and GCC are *NIX specific tools although I dare say you could get them working with Cygwin.
-
Sep 24th, 2005, 05:47 AM
#5
Re: Setting up Eclipse with C
It would appear you need to get
MinGW or Cygwin
then in Eclipse
Use the following URL in a Site Bookmark in the update manager:
http://download.eclipse.org/tools/cd...ses/eclipse3.1
To install CDT from the update site, in the Help menu select Software Updates and then Find and Install, Select Search for new features to install and click Next. Click New Remote Site to add an update with the URL provided above, and then expand the site node to reveal the available downloads.
Zip files are available at the same location.
-
Sep 24th, 2005, 12:31 PM
#6
Thread Starter
Fanatic Member
Re: Setting up Eclipse with C
Don't pay attention to this signature, it's contradictory.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|