Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse stuck searching for avr-gcc when opening new project
Eclipse stuck searching for avr-gcc when opening new project [message #1099851] Mon, 02 September 2013 09:57
Nick Mising name is currently offline Nick Mising nameFriend
Messages: 3
Registered: July 2010
Junior Member
Hey,

Hope this is the correct place for this...

I'm running Eclipse 3.7.2. When I go to create a new C++ project:

File -> New -> Project -> C++ -> C++ Project

Eclipse will seem like it's hung. However looking closer it's actually started a find process to find avr-gcc - which I can see in the process list:

find /usr/ -path */avr-gcc

In our environment, we have all our company users home directories NFS mounted under a dir in /usr, so the find goes off for hours looking through GB of data.

Is there a way to specify a location for avr-gcc so Eclipse doesn't go looking for it?

Thanks
Previous Topic:How to Create a Console extension
Next Topic:How Do You Handle JUnit Tests?
Goto Forum:
  


Current Time: Sat Apr 27 04:05:31 GMT 2024

Powered by FUDForum. Page generated in 0.03257 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top