Arch based RebornOS reviewed on Rock5b

Yeah I had some trouble with this one myself. What resolved it was making sure you have llvm15 installed allong with the lld linker version 15.0.X. The issue (I beleive) is that the linker does not have an explicit lld15 package, but rolling back the version (from a cached package found in /var/cache/pacman/pkg) along with installing the llvm15 packages should resolve the issue! For reference these are the exact commands I ran:
sudo pacman -S llvm15{,-libs} clang15
sudo pacman -U /var/cache/pacman/pkg/lld-15.0.7-2-aarch64.pkg.tar.xz
I’m not sure they are all neccassary, but it fixed the issue for me:). If you happen not to have the lld-15… package still in your cache, I’ll check back later today/tomorrow and will upload it somewhere for you.
EDIT: I’m on archarm btw, not reborn/bred. But I don’t think that will matter because I had the same exact issue.

1 Like