CodeAsm / teeny-linux

An tiny linux kernel with initramfs for Qemu based on Mitch Galgs linux tutorials.
6 stars 1 forks source link

Debian support #13

Open CodeAsm opened 3 weeks ago

CodeAsm commented 3 weeks ago

On the Pi, i got requirements test to work somewhat, but had to bent some checks, musl is installed:

dpkg -L musl
/.
/etc
/etc/ld-musl-aarch64.d
/etc/ld-musl-aarch64.d/aarch64-linux-musl.path
/etc/ld-musl-aarch64.path
/lib
/lib/aarch64-linux-musl
/lib/aarch64-linux-musl/libc.so
/usr
/usr/bin
/usr/bin/ld-musl-config
/usr/share
/usr/share/doc
/usr/share/doc/musl
/usr/share/doc/musl/README
/usr/share/doc/musl/changelog.Debian.gz
/usr/share/doc/musl/changelog.gz
/usr/share/doc/musl/copyright
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/musl
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/ld-musl-config.8.gz
/lib/ld-musl-aarch64.so.1
CodeAsm commented 3 weeks ago

Missed /bin/sh: 1: flex: not found bison (i thought i checked for this)

CodeAsm commented 3 weeks ago

ugh, more errors. I guess I rather have a makefile system instead.