Hi,
I tried to make a build based on the aforementioned tag (after doing the normal
bootstrap sequence)
but an error was thrown:
make[2]: Entering directory /path/odp/linux-generic
Makefile:1073: *** missing separator. Stop.
After some investigations I found that if I do the following(inserting a tab) -
in platform/Makefile.inc :
diff --git a/platform/Makefile.inc b/platform/Makefile.inc
index f232daa..a153b93 100644
--- a/platform/Makefile.inc
+++ b/platform/Makefile.inc
@@ -12,6 +12,6 @@ lib_LTLIBRARIES = $(LIB)/libodp.la
AM_LDFLAGS += -version-number '$(ODP_LIBSO_VERSION)'
-GIT_DESC !=$(top_srcdir)/scripts/git_hash.sh
+ GIT_DESC !=$(top_srcdir)/scripts/git_hash.sh
AM_CFLAGS += "-DGIT_HASH=$(GIT_DESC)"
AM_CFLAGS += -DPLATFORM=${with_platform}
the compilation succeeds.
Can you confirm this error?
Regards,
Radu
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp