01-17-2020, 10:45 AM
Hello,
I am trying to cross-compile for rock64 on fedora31 on x86.
libfdt-devel i686 1.4.7-2
aarch64-linux-gnu-2.30-6.fc29.x86_64 (why is this appearing ??)
What I get are multiple copies of fdt which seem to be behind :
/usr/include/libfdt_env.h:71:30 : error conflicting types for fdt64_t
typedef uint64_t FDT_BITWISE fdt64_t;
The above disappears when /usr/include/*fdt*.h "disappear" as per a
thread suggestion:
https://github.com/m01/rock64-arch-linux-build/issues/3
leads to this:
https://bugs.debian.org/cgi-bin/bugrepor...bug=888789
tools/libfdt_wrap.c : 149:11: fatal errorython.h :no such file or directory
#include <Python.h>
Thx in advance,
blocked contractor
I am trying to cross-compile for rock64 on fedora31 on x86.
libfdt-devel i686 1.4.7-2
aarch64-linux-gnu-2.30-6.fc29.x86_64 (why is this appearing ??)
What I get are multiple copies of fdt which seem to be behind :
/usr/include/libfdt_env.h:71:30 : error conflicting types for fdt64_t
typedef uint64_t FDT_BITWISE fdt64_t;
The above disappears when /usr/include/*fdt*.h "disappear" as per a
thread suggestion:
https://github.com/m01/rock64-arch-linux-build/issues/3
leads to this:
https://bugs.debian.org/cgi-bin/bugrepor...bug=888789
tools/libfdt_wrap.c : 149:11: fatal errorython.h :no such file or directory
#include <Python.h>
Thx in advance,
blocked contractor