You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use dockcross/linux-armv7-lts but i get the following error:
In file included from /usr/xcc/armv7-unknown-linux-gnueabi/armv7-unknown-linux-gnueabi/sysroot/usr/include/features.h:452,
from /usr/xcc/armv7-unknown-linux-gnueabi/armv7-unknown-linux-gnueabi/sysroot/usr/include/bits/libc-header-start.h:33,
from /usr/xcc/armv7-unknown-linux-gnueabi/armv7-unknown-linux-gnueabi/sysroot/usr/include/stdio.h:27,
from target/sqlite-3.39.2-Linux-armv7/sqlite3.c:14044:
/usr/xcc/armv7-unknown-linux-gnueabi/armv7-unknown-linux-gnueabi/sysroot/usr/include/gnu/stubs.h:10:11: fatal error: gnu/stubs-hard.h: No such file or directory
# include <gnu/stubs-hard.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
I checked in the docker image, the file /usr/xcc/armv7-unknown-linux-gnueabi/armv7-unknown-linux-gnueabi/sysroot/usr/include/gnu/stubs-hard.h is not there:
This issue is blocking builds of classic-level using older GLIBC versions for armv7, resulting in loss of compatibility on Pi 2 Model B v1.1 among other armv7 targets: Level/classic-level#69
I'm trying to use
dockcross/linux-armv7-lts
but i get the following error:I checked in the docker image, the file
/usr/xcc/armv7-unknown-linux-gnueabi/armv7-unknown-linux-gnueabi/sysroot/usr/include/gnu/stubs-hard.h
is not there:Not sure if that's expected or something missing?
The text was updated successfully, but these errors were encountered: