Hi Jon,
> I seem to recall that those working on the either
> the next U-Boot V2 or the next version of the FDT
> image structure were planning on using the binary
> include mechanism of the DTC.
>
> Several days ago I added the Binary Include patch
> to DTC and tagged a candidate release. Could you
> verify that this version satisfies your needs and
> works for you?
Hm, you mean the tag "v1.2.0-rc1"? I couldn't compile nor install that
version on my system without the attached patch.
I did not yet test the functionality, but that is only a question of
time ;)
Cheers
Detlev
--
Of course my password is the same as my pet's name
My macaw's name was Q47pY!3 and I change it every 90 days
-- Trevor Linton
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
diff --git a/Makefile b/Makefile
index 3f4a174..71ec626 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ install: all
$(INSTALL) -d $(DESTDIR)$(LIBDIR)
$(INSTALL) -m 644 $(LIBFDT_lib) $(DESTDIR)$(LIBDIR)
$(INSTALL) -d $(DESTDIR)$(INCLUDEDIR)
- $(INSTALL) -m 644 $(addprefix $(LIBFDT_srcdir)/,$(LIBFDT_INCLUDES)) $(DESTDIR)$(INCLUDEDIR)
+# $(INSTALL) -m 644 $(addprefix $(LIBFDT_srcdir)/,$(LIBFDT_INCLUDES)) $(DESTDIR)$(INCLUDEDIR)
#
# Rules for versioning
diff --git a/convert-dtsv0-lexer.l b/convert-dtsv0-lexer.l
index d235bd5..11abcc5 100644
--- a/convert-dtsv0-lexer.l
+++ b/convert-dtsv0-lexer.l
@@ -28,6 +28,9 @@ PATHCHAR ({PROPNODECHAR}|[/])
LABEL [a-zA-Z_][a-zA-Z0-9_]*
%{
+#include <stdlib.h>
+#include <string.h>
+#include <errno.h>
#include <stdarg.h>
#include <assert.h>
#include <fnmatch.h>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users