Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse C++ IDE for Arduino (Neon) - problems with build(Problems in making project)
icon9.gif  Eclipse C++ IDE for Arduino (Neon) - problems with build [message #1741076] Mon, 22 August 2016 19:00 Go to next message
Steve Parker is currently offline Steve ParkerFriend
Messages: 5
Registered: May 2010
Junior Member
Installed the J2EE version of Eclipse.
Installed the CDT plugin
Installed WinAVR
Installed the Eclipse C++ IDE for Arduino (Neon)
Followed Doug Shafer's YouTube video to 5.05 (Hits build button ...) when, instead of the empty program compiling cleanly, I get the following:
--------------------------------------------
Building Arduino Test
makefile:55: warning: overriding recipe for target 'Arduino'
makefile:52: warning: ignoring old recipe for target 'Arduino'
makefile:70: warning: overriding recipe for target 'project/Arduino'
makefile:67: warning: ignoring old recipe for target 'project/Arduino'
make: *** No rule to make target '../../Arduino', needed by 'project/Arduino'. Stop.
------------------------
The same sketch compiles cleanly under the Arduino IDE.
I'm a neophyte to make and don't understand enough to debug this, although I'm sure it's probably obvious to old hands. Can anyone help me, please?
Thanks, Steve
Re: Eclipse C++ IDE for Arduino (Neon) - problems with build [message #1741082 is a reply to message #1741076] Mon, 22 August 2016 19:46 Go to previous messageGo to next message
Doug Schaefer is currently offline Doug SchaeferFriend
Messages: 135
Registered: July 2009
Senior Member
As mentioned in the video, please raise bugs when you see things not working. Smile.

I wonder if it's something to do with the name of the project. Can you try something other than "Arduino"?
Re: Eclipse C++ IDE for Arduino (Neon) - problems with build [message #1753693 is a reply to message #1741076] Thu, 09 February 2017 02:49 Go to previous messageGo to next message
Jasper Brener is currently offline Jasper BrenerFriend
Messages: 2
Registered: February 2017
Junior Member
I have had a very similar experience. This is my console output:

Building Test Arduino
makefile:55: warning: overriding recipe for target 'Test'
makefile:52: warning: ignoring old recipe for target 'Test'
makefile:70: warning: overriding recipe for target 'project/Test'
makefile:67: warning: ignoring old recipe for target 'project/Test'
make: *** No rule to make target '../../Test', needed by 'project/Test'. Stop.
Re: Eclipse C++ IDE for Arduino (Neon) - problems with build [message #1753694 is a reply to message #1741076] Thu, 09 February 2017 03:44 Go to previous message
Jasper Brener is currently offline Jasper BrenerFriend
Messages: 2
Registered: February 2017
Junior Member
I tried joining "Test" and "Arduino" with an underline "Test_Arduino" for the file name and it compiled and ran as in the video. See if this works for you.
Previous Topic:Adding printf causes auto makefile to yield 'recipe for target' Error
Next Topic:Eclipse doesn't send halt to GDB stm32F1 project (SOLVED)
Goto Forum:
  


Current Time: Thu Mar 28 08:01:32 GMT 2024

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

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

Back to the top