Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse Arduino IDE problem(The Building file in the CDT Console)
Eclipse Arduino IDE problem [message #1271715] Sun, 16 March 2014 00:42 Go to next message
Charles DiGiovanna is currently offline Charles DiGiovannaFriend
Messages: 3
Registered: March 2014
Location: Indiana
Junior Member
The building file in my project is :

***************
19:59:38 **** Incremental Build of configuration Release for project Blob ****
make all
Building file: C:/Program Files (x86)/Arduino/hardware/arduino/avr/cores/arduino/avr-libc/malloc.c
Starting C compile
make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4217b3)

19:59:38 Build Finished (took 454ms)
*****************
I'd like to move the AVR reference out of the Arduino core to a separate folder because there is an indication that there's a bug in the AVR that causes the indicated error if it's located in a folder with () in its name.
The default install folder for the AVR libraries is WinAVR-20110110.

How do I go about changing the location of the Building file?
Please be as detailed as you can. I'm very new at working with Eclipse.
Re: Eclipse Arduino IDE problem [message #1271915 is a reply to message #1271715] Sun, 16 March 2014 15:51 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 03/16/2014 08:27 AM, Charles DiGiovanna wrote:
> The building file in my project is :
>
> ***************
> 19:59:38 **** Incremental Build of configuration Release for project
> Blob ****
> make all Building file: C:/Program Files
> (x86)/Arduino/hardware/arduino/avr/cores/arduino/avr-libc/malloc.c
> Starting C compile
> make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4217b3)
>
> 19:59:38 Build Finished (took 454ms)
> *****************
> I'd like to move the AVR reference out of the Arduino core to a separate
> folder because there is an indication that there's a bug in the AVR that
> causes the indicated error if it's located in a folder with () in its name.
> The default install folder for the AVR libraries is WinAVR-20110110.
>
> How do I go about changing the location of the Building file?
> Please be as detailed as you can. I'm very new at working with Eclipse.

The Eclipse IDE is created by the Eclipse community at eclipse.org.
However, there are innumerable projects, such as Arduino, that use
Eclipse, but are not Eclipse.

For help with C/C++ programming on Eclipse, see the Eclipse CDT forum.
For help with Arduino-related problems, check out Arduino resources.
Re: Eclipse Arduino IDE problem [message #1271942 is a reply to message #1271915] Sun, 16 March 2014 17:11 Go to previous messageGo to next message
Charles DiGiovanna is currently offline Charles DiGiovannaFriend
Messages: 3
Registered: March 2014
Location: Indiana
Junior Member
Actually I believe it's properly something for the Eclipse forum somewhere rather than for something related more to the Arduino community because what I want to do is to employ the AVR files in my WinAVR-20110110 folder. When I try to include this folder in the "includes" of my project I get an error indicating that the folder is inaccessible.

I don't understand why I cannot include this folder in my project and that's an Eclipse issue, isn't it?
Re: Eclipse Arduino IDE problem [message #1271960 is a reply to message #1271942] Sun, 16 March 2014 18:28 Go to previous messageGo to next message
Charles DiGiovanna is currently offline Charles DiGiovannaFriend
Messages: 3
Registered: March 2014
Location: Indiana
Junior Member
Actually I believe it's properly something for the Eclipse forum somewhere rather than for something related more to the Arduino community because what I want to do is to employ the AVR files in my WinAVR-20110110 folder. When I try to include this folder in the "includes" of my project I get an error indicating that the folder is inaccessible.

I don't understand why I cannot include this folder in my project and that's an Eclipse issue, isn't it?
Re: Eclipse Arduino IDE problem [message #1271980 is a reply to message #1271960] Sun, 16 March 2014 19:54 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 03/16/2014 12:28 PM, Charles DiGiovanna wrote:
> Actually I believe it's properly something for the Eclipse forum
> somewhere rather than for something related more to the Arduino
> community because what I want to do is to employ the AVR files in my
> WinAVR-20110110 folder. When I try to include this folder in the
> "includes" of my project I get an error indicating that the folder is
> inaccessible.
>
> I don't understand why I cannot include this folder in my project and
> that's an Eclipse issue, isn't it?

It's not at all improper to ask. I hope someone can answer you in this
forum. Best of luck!

Cheers.
Previous Topic:Source Code
Next Topic:Setting up default project setup preferences
Goto Forum:
  


Current Time: Fri Apr 19 05:21:15 GMT 2024

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

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

Back to the top