Hello, I downloaded the Linux and ARM binaries on my RPi but it refuses to run. I get the message cannot execute binary file: Exec format error Thanks
cannot execute binary file: Exec format error
Most likely, it's a problem of compilation compatibility. The arm version is v8 64bits. Can you do uname -a on your RPi? If gcc is installed, gcc --version would be useful too.
Thanks for helping!
pi@raspberrypi:~/goodip $ uname -a Linux raspberrypi 5.10.17-v7+ #1414 SMP Fri Apr 30 13:18:35 BST 2021 armv7l GNU/Linux pi@raspberrypi:~/goodip $ gcc --version gcc (Raspbian 8.3.0-6+rpi1) 8.3.0
Indeed I have an older version
No problem. ARM v7 is 32 bits. I have uploaded to the URL https://goodip.network/server a 32-bit version for the ARM architecture. It seems that you can now start the server side using this 32-bit version.