Techietone
Junior Member level 3
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?
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?