I want to run a program called CRX2RNX which decompresses GNSS data (Hatanaka compression). However, when I run the executable I get the error:
bash: CRX2RNX: cannot execute binary file: Exec format error
I've downloaded the .tar.gz files for Linux (32bit) on this website: https://terras.gsi.go.jp/ja/crx2rnx.html.
I extracted the tar.gz file with
tar -xf nameoffile.tar.gz
Is it possible to run such an executable on a Raspberry? On another Ubuntu server this works perfectly fine.