Results 1 to 6 of 6

Thread: Setting up Eclipse with C

  1. #1

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    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.

  2. #2
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425

    Re: Setting up Eclipse with C

    I assume you're trying to do this on a Unix / Linux system???

  3. #3

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    Re: Setting up Eclipse with C

    Quote 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.

  4. #4
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425

    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.

  5. #5
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    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.

  6. #6

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    Re: Setting up Eclipse with C

    it works now
    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
  •  



Click Here to Expand Forum to Full Width