Closed paulmenzel closed 1 year ago
CTARGET=armv7a-unknown-linux-musleabihf
is definitively incorrect for TN48M since its ARMv8 device.
musl builds for TN48M are not supported as systemd wont work, so please use:
CTARGET=aarch64-unknown-linux-gnu
Did you run git submodule update
after pulling in newer commits?
Hi Paul,
have you encountered this issue again in the meanwhile?
Sorry, I missed your reply. I didn’t see it in issue https://github.com/sartura/replica/issues/49 with the same commit, so it might have been caused by the incorrect CTARGET=
setting.
After updating to commit 67fdefc, I get a different error than in issue https://github.com/sartura/replica/issues/47.
Full log