Fehler #519
native libc is not used
Beginn:
02.05.2024
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
CS Zielversion:
Beschreibung
Its always linked with /usr/lib/x86_64-linux-gnu/libc.so.6.
sysroot and interpreter have to be set;--sysroot=$PWD/sysroot
- -isysroot=$PWD/sysroot
- -specs=./my.specs
- SYSROOT=""
gcc -c main.cpp -o main.o $SYSROOT
gcc $SYSROOT \
-Wl,-rpath,$PWD/usr/lib \
-Wl,-dynamic-linker,$PWD/sysroot/usr/lib/x86_64-linux-gnu_/ld-linux-x86-64.so.2 \
Dateien