I tried compiling directly from my linux server and the resulting binary gives me the following error when executed:
[1] 2734380 illegal hardware instruction (core dumped) ./lore
That means that in some way lore rust code does not translate in legal instructions for aarch64-unknown-linux-gnu.
Maybe a prebuilt binary from you can solve this issue? I also tried to use the neoverse-512tvb archive but the same error appears.
I think it is important to have the possibility to use lore from aarch64 linux.
I tried compiling directly from my linux server and the resulting binary gives me the following error when executed:
[1] 2734380 illegal hardware instruction (core dumped) ./loreThat means that in some way lore rust code does not translate in legal instructions for aarch64-unknown-linux-gnu.
Maybe a prebuilt binary from you can solve this issue? I also tried to use the neoverse-512tvb archive but the same error appears.
I think it is important to have the possibility to use lore from aarch64 linux.