Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Using wrong make file?(Getting Make File error unrelated to actual makefile)
Using wrong make file? [message #1450353] Wed, 22 October 2014 11:01
Gary Olson is currently offline Gary OlsonFriend
Messages: 1
Registered: October 2014
Junior Member
Hi,
I just started taking a class on embedded development and am having trouble with a hello world example program. The correct make file is in the project but I am getting the following error:


**** Build of configuration Default for project HelloWorld ****

make all
MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
Error makefile 133: Too many rules for target '%o'
Error makefile 166: Command syntax error
*** 2 errors during make ***


I do have on my windows PC C++ Builder which is a Embarcadero Product.

It looks like it trying to use the wrong MAKE File that belongs to a different
compiler.

Thanks for any help.

Gary

Previous Topic:Program does not work when passing argument via command line
Next Topic:Constructor initializer list on the same line
Goto Forum:
  


Current Time: Fri Oct 11 15:12:24 GMT 2024

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

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

Back to the top