Getting a runtime error on HiveOS:
./TheBlackPill.x: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./TheBlackPill.x)
./TheBlackPill.x: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./TheBlackPill.x)
What version of Linux did you compile this on? HiveOS is still using Ubuntu Version 16.04 LTS and I can't seem to upgrade the system to use any GLIBC_ past 2.29.
There are probably some third party ppa: repos that would fix it, but I'm not comfortable using unverified external ppa: repos published by some random on the net.
Alternatively I could probably compile/build the GLIBC_## packages and go through the process of relinking things, but it might be at the expense of disabling part of the main kernel, since the libc is so tightly integrated with the kernel, any changes can mess a lot of things up -- and besides, as soon as an upgrade comes along that updates the kernel for the HiveOS distro, I'll have to do it all over again.
**** gcc-9 and using the ppa: for ubuntu-toolchain-r/r-test is where I can get GLIBC_2.29 functioning, installing gcc-10 -> gcc-11 don't make a difference and my entire package repo is up to date and upgraded.