Closed free-x closed 3 years ago
Not an error. The 32 bit binary runs just fine on aarch64, in our tests. No advantage to 64 bits for this app, and gives one less source image to maintain.
Hi @bdbcat,
i'm trying ocharts for @wellenvogel avnav-ocharts-provider. We are using RaspiOS ARM64 Buster image. Here are my experiences Try to create permit
pi@avnav:~ $ /usr/lib/avnav/plugins/ocharts/bin/oexserverd -s /home/pi/avnav/data/ocharts
-bash: /usr/lib/avnav/plugins/ocharts/bin/oexserverd: No such file or directory
pi@avnav:~ $ ls -la /usr/lib/avnav/plugins/ocharts/bin/oexserverd
-rwxr-xr-x 1 root root 96284 May 3 11:17 /usr/lib/avnav/plugins/ocharts/bin/oexserverd
pi@avnav:~ $ strace /usr/lib/avnav/plugins/ocharts/bin/oexserverd
execve("/usr/lib/avnav/plugins/ocharts/bin/oexserverd", ["/usr/lib/avnav/plugins/ocharts/b"...], 0x7fd1efd770 /* 29 vars */) = -1 ENOENT (No such file or directory)
strace: exec: No such file or directory
+++ exited with 1 +++
pi@avnav:~ $ ldd /usr/lib/avnav/plugins/ocharts/bin/oexserverd
not a dynamic executable
Regards free-x
Hi @bdbcat thx for providing new oexserverd for ARM64 after https://github.com/bdbcat/o-charts_pi/commit/bfb2473f747a4810274723f57709dd27732acded it works as expected
Regards free-x
Hi @bdbcat ,
while building plugin for ARM64 i noticed that blob has wrong architecture. It is ARMHF ( 32bit) instead of AARCH64/ARM64
Regards free-x