Skip to content

armhf-linux-glibc2.36

Compare
Choose a tag to compare
@snmsts snmsts released this 06 Oct 18:33
· 3 commits to master since this release

status

  • Building sbcl is no problem on 2.4.8

to login

  • login info
    user:user
    password:user

What's done for image.

  • packages
    apt-get update;apt-get upgrade
    apt-get install build-essential git autoconf automake libcurl4-openssl-dev

  • uname -s

Linux

  • uname -m

armv7l

  • ldd --version

ldd (Debian GLIBC 2.36-9+rpt2+deb12u8) 2.36
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

  • gcc -v

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/12/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Raspbian 12.2.0-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6+fp --with-float=hard --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (Raspbian 12.2.0-14+rpi1)

  • ros run -- --version

SBCL 2.4.8.roswell

  • ros run -e '(format t "A%" features)' -q

(QUICKLISP QUICKLISP-SUPPORT-HTTPS ASDF3.3 ASDF3.2 ASDF3.1 ASDF3 ASDF2 ASDF
OS-UNIX NON-BASE-CHARS-EXIST-P ASDF-UNICODE ROS.INIT ARM GENCGC ANSI-CL
COMMON-LISP ELF IEEE-FLOATING-POINT LINUX LITTLE-ENDIAN
PACKAGE-LOCAL-NICKNAMES SB-CORE-COMPRESSION SB-LDB SB-PACKAGE-LOCKS SB-UNICODE
SBCL UNIX)

  • ldd ~/.roswell/impls/armhf/linux/sbcl-bin/2.4.8/bin/sbcl

linux-vdso.so.1 (0x7eb01000)
/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so => /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so (0x76f30000)
libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0x76f48000)
libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0x76ee2000)
libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x76d69000)
/lib/ld-linux-armhf.so.3 (0x76f4d000)