I'm on the way of porting RDK to a customized board which comes with a musl libc based toolchian, and this module doesn't compile. Error message like this:
build-raspberrypi-rdk-broadband-musl/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-musleabi/ucresolv/git+AUTOINC+996c3778b1-r1/git/./include/glibc-ctype/ctype.h:26:24: fatal error: bits/types.h: No such file or directory #include <bits/types.h>
Looks like it is seeking internal headers of glibc.
I'm on the way of porting RDK to a customized board which comes with a musl libc based toolchian, and this module doesn't compile. Error message like this:
build-raspberrypi-rdk-broadband-musl/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-musleabi/ucresolv/git+AUTOINC+996c3778b1-r1/git/./include/glibc-ctype/ctype.h:26:24: fatal error: bits/types.h: No such file or directory #include <bits/types.h>
Looks like it is seeking internal headers of glibc.