rtklibexplorer / RTKLIB

A version of RTKLIB optimized for low cost GNSS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application.
http://rtkexplorer.com/
Other
603 stars 236 forks source link

rtkpost_qt demo5 b34j "sh: crx2rnx: not found" message #395

Open qgis2000 opened 1 week ago

qgis2000 commented 1 week ago

After pressing the Execute button the terminal window shows the message "sh: crx2rnx: not found". You need to download crx2rnx.c and compile it with the command gcc -ansi -O2 -static crx2rnx.c -o crx2rnx.

rtklibexplorer commented 1 week ago

For windows, crx2rnx.exe is included as part of the release code but does need to be in the same folder as the executables. For linux, I believe you will need to compile this file.

qgis2000 commented 1 week ago

I'm using a variant of unix and I finally managed to do the calculations. I had to overcome three problems after compiling GUI qt demo5 b34j: a) copy library files from the RTKLIB-b34j/lib directory to lib directory my system, b) download and compile crx2rnx.c, c) when I use more than one base station crx file use * in file name.

JensReimann commented 4 days ago

For the moment, I added a message box to inform the user about potentially missing tools like crx2rnx when decompression fails and point the user to a website where they can download crx2rnx (the most likely missing tool).