|
|
Rockbox mail archiveSubject: [PATCH] CVS compile problemFrom: Dave Chapman (dave_at_dchapman.com) Date: 2002-09-22
Hello,
When compiling the latest CVS code, I get an error message as follows:
/home/dave/ROCKBOX/recorder/lang.o(.data+0x0): multiple definition of
This is because "lang.o" is included twice in the "OBJS" Makefile variable.
I am using gcc 2.95.2 under Linux. The fix is to remove "$(OBJDIR)/lang.o"
52c52
--- > OBJS := $(SRC:%.c=$(OBJDIR)/%.o)
Page was last modified "Jan 10 2012" The Rockbox Crew |