Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » newbie help on compile error(compile error)
newbie help on compile error [message #1831693] Wed, 26 August 2020 17:49 Go to next message
alan smith is currently offline alan smithFriend
Messages: 1
Registered: August 2020
Junior Member
Hi,
i am very new to eclipse (only started using it yesterday), installation went ok, everything seems to be working apart from i cant compile my code, i get the following error and don't know where to start to fix it
make: *** No rule to make target '../../points', needed by 'project/points'. Stop.

i am using eclipse 2020-06 on a linux machine with the arduino plugins from the marketplace

not sure if i need to have the arduino IDE installed or not.

any help would be appreciated
thanks


Re: newbie help on compile error [message #1832342 is a reply to message #1831693] Wed, 16 September 2020 17:28 Go to previous messageGo to next message
pourpc monish is currently offline pourpc monishFriend
Messages: 2
Registered: September 2020
Junior Member
Hey, may there is a problem with your code or you might not have defined the target, kindly check it once and try again lowes life but you may not need the arduino IDE as far as i believe. Let's see how things work if IDE too, planning to get it from market place in a couple of days.
Re: newbie help on compile error [message #1832355 is a reply to message #1832342] Thu, 17 September 2020 05:52 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
The message from make, make: *** No rule to make target ...
means the makefile doesn't have the named target OR there is no makefile.

Rather than guessing, why don't you tell us specifically what you've done?
That is, what actions preceded getting this message?
Wouldn't hurt to also provide the exact content of the build log vs an abbreviated one.
Re: newbie help on compile error [message #1832633 is a reply to message #1832355] Tue, 22 September 2020 12:01 Go to previous message
Mark Smith is currently offline Mark SmithFriend
Messages: 82
Registered: September 2020
Member
See this articles
https://www.eclipse.org/downloads/packages/installer
Previous Topic:generating risc-v machine code from c/c++ files
Next Topic:how do I edit toolchains?
Goto Forum:
  


Current Time: Wed Nov 06 01:39:02 GMT 2024

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

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

Back to the top