• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

c++ eclipse plugin?

 
Ranch Hand
Posts: 204
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have gotten netbeans to work with c/c++ using MinGw.

Now I want to enable c/c++ in eclipse.

I have downloaded the CDT plugin for eclipse.
and point the XL c/c++ compiler setting to the bin directory of my MinGw.

I can build some c/c++ projects but when I press the run button it doesn't do anything but say their is no binary ,...etc

Other times it gives this error.



And other times it complains about having no make file command...etc

What do I do to fix this ? Am I not suppose to use the internal builder and use gnu make builder instead? I tried that and I still get problems.

Thanks for any help
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sam Doder wrote:...I have downloaded the CDT plugin for eclipse. and point the XL c/c++ compiler setting to the bin directory of my MinGw...


Have you setup all the tools required (Make tools, GCC, GDB)? Here's one guide.
reply
    Bookmark Topic Watch Topic
  • New Topic