Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

gnu make multiple target error

Status
Not open for further replies.

Techietone

Junior Member level 3
Joined
Sep 8, 2005
Messages
29
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,477
sbdram

I'm getting following error while making my project on cygwin/gcc

../linux/make.mk:532: *** multiple target patterns. Stop.

(make.mk line no 532 consists of)
$(PROG)rel: $(CRT0) $(OBJS) $(LDLIBS) $(SBDRAM) $(SBDLIBS) $(SBDDIR)/ramstart.o
$(LINK.o) -r -d -L$(SBDDIR) $(STDLIBDIR) $(SBDDIR)/ramstart.o $(CRT0) $(OBJS) $(LOADLIBES) $(LDLIBS) -G0 -Wl,--no-undefined -Wl,--start-group -lc $(LIBM) -lram -lgcc -le -Wl,--end-group $(CRTN) -Wl,--script=$(KITDIR)/$(MONITOR)/reloc -o $@

Plz gv me an idea @ the possible reasons for this error?
 

ramstart.o

The make manual describes that error message. See if this helps:
**broken link removed**
 

gnu make multiple target patterns

Thanks!

the problem was, I used ':' in a variable name, due to which normal pattern was treated like static pattern and thus i was getting the error.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top