[dev][ubase] passwd runtime error on musl

2024-03-22 Thread Brian Mayer
Hello. I compiled ubase using GCC and musl, but using passwd gives me an error message: $ passwd root passwd: getpass: No such device or address Any ideas? Thanks

Re: [dev] [ubase] compile using musl

2024-03-19 Thread Brian Mayer
> What version of musl are you using? Hi Eric, I'm using version 1.2.5 of musl. My issue was not using -D_GNU_SOURCE in the CFLAGS, as Mattias suggested. Thanks

Re: [dev] [ubase] compile using musl

2024-03-16 Thread Brian Mayer
Hello. > Add -D_GNU_SOURCE Thanks! It worked beautifully, the hard part was how to properly add this option to buildroot.

[dev] [ubase] compile using musl

2024-03-15 Thread Brian Mayer
Hi, I'm Brian, I'm trying to compile ubase using musl as libc on buildroot. I use a Pinebook Pro, so aarch64 is my arch. By just running make I get this error: /home/blmayer/git/distro/buildroot/output/host/bin/aarch64-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE