Re: Error during the "ned" package build (svn revision 42)
Maksym Planeta <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
I also got the same problem after OS update. For me following patch helped:
diff --git a/pkg/ned/server/src/Makefile b/pkg/ned/server/src/Makefile
index 6b3a682..32fb1af 100644
--- a/pkg/ned/server/src/Makefile
+++ b/pkg/ned/server/src/Makefile
@@ -15,9 +15,9 @@ DEFINES += -DUSE_READLINE
REQUIRES_LIBS += readline libc_be_file_stdin
endif
-include $(L4DIR)/mk/prog.mk
-
%.bin.o: $(SRC_DIR)/% $(SRC_DIR)/Makefile $(ELF_PATCHER)
@$(GEN_MESSAGE)
$(VERBOSE)(TARGETDIR=$$PWD && cd $(SRC_DIR) && $(OBJCOPY) -I binary
-B $(BFD_ARCH) -O $(OFORMAT) $(notdir $<) $$TARGETDIR/$@ )
$(VERBOSE)$(ELF_PATCHER) $@ --min-section-align=4
+
+include $(L4DIR)/mk/prog.mk
--
Regards,
Maksym Planeta.