How To Install Eclipse IDE For C & C++

IT Support Forum Forums Development C & C++ Development IDEs How To Install Eclipse IDE For C & C++

Tagged: ,

Viewing 0 reply threads
  • Author
    Posts
    • #1733
      Webmaster
      Keymaster

      If you don’t do these prerequisite steps, then your install of Eclipse IDE for C & C++ won’t work. To install Eclipse IDE For C & C++:

      1. First install Java JDK
      2. Add the location of the JDK and JRE Bin folders (usually C:\Program Files\Java\jdk1.x.x_xx\bin and C:\Program Files\Java\jre1.x.x_xx\bin) to your path environmental variable
      3. Restart your PC
      4. Install a C or C++ compiler that is supported by Eclipse. These are Cross GCC, Cygwin GCC, Microsoft Visual C++, MinGW GCC (you can also install Equation, specifying C:\MinGW GCC as the install directory)
      5. Unpack Eclipse to any folder
      6. Launch Eclipse and go to Windows -> Preferences -> C/C++ -> New C/C++ Project, then under Preferred Toolchains, Executable, Empty Project, specify the compiler you installed. Then click Make toolchains(s) preferred

Viewing 0 reply threads
  • You must be logged in to reply to this topic.