Francklin2 / RTKLIB_Touchscreen_GUI

RTKLIB GUI for Raspberry Pi with touchscreen made with Qt by the ENSG students
171 stars 65 forks source link

RTKBASE does not finish building #29

Closed Eliandthepai closed 6 years ago

Eliandthepai commented 6 years ago

I am running Linux 8.0 (jessie) on RPi 3 and I ran into an issue where the RTKBASE does not finish building. I followed the instructions on: https://github.com/Francklin2/RTKLIB_Touchscreen_GUI/wiki/1---Installation Followed the part Installation on Raspberry Pi 3 It exits/crash at the ./build_rtkbase.sh when its building the RTKBASE img_5754

I super appreciate any help I can get on this. Thank you.

kikislater commented 6 years ago

There is problem with latest uploaded push. It's about moving from rtklib 2.4.2 to 2.4.3 Hope Francklin will help ...

kikislater commented 6 years ago

According to this commit https://github.com/Francklin2/RTKLIB_Touchscreen_GUI/commit/9e7026ff6cf63ebf89efc1738aa9b05f83d977ce

I updated build script. Try it please

Francklin2 commented 6 years ago

Yes on the Raspberry PI 3 with Raspbian Jessie , I had to run manually the library install, like this so the updated build script should work sudo apt-get install --assume-yes libxtst-dev build-essential libqt4-dev qt4-qmake libqt4-core libqt4-gui libqt4-xml libqt4-opengl

I have to test it with a clean raspbian jessie on the Pi 3 too

Francklin2 commented 6 years ago

I tryed with thr new build script on a clean raspbian Jessie and it works well getting the needed library and I get a ./RTKBASE file . I put the build logs if you want to check , I open a new issue for the 2.4.3 errors on build logs.zip

Francklin2 commented 6 years ago

The new script build well on Pi 3 so we can close this issue