I downloaded the main zip.file and tried to install on Ubuntu 16.04. according to the manual and got the follwing error for make:
>>make
[...]
make[1]: Entering directory '/home/gabriel/Downloads/RTKLIB-rtklib_2.4.3/app/rnx2rtkp/gcc' cc rnx2rtkp.o rtkcmn.o rinex.o rtkpos.o postpos.o solution.o lambda.o geoid.o sbas.o preceph.o pntpos.o ephemeris.o options.o ppp.o ppp_ar.o ppp_corr.o rtcm.o rtcm2.o rtcm3.o rtcm3e.o ionex.o tides.o qzslex.o ../../../lib/iers/gcc/iers.a -lgfortran -lm -lrt -o rnx2rtkpcc: error: ../../../lib/iers/gcc/iers.a: No such file or directory<builtin>: recipe for target 'rnx2rtkp' failedmake[1]: *** [rnx2rtkp] Error 1make[1]: Leaving directory '/home/gabriel/Downloads/RTKLIB-rtklib_2.4.3/app/rnx2rtkp/gcc'
[...]
appart from that it ran through smoothly.
However, when I tried to (sudo) make install (normal make install not working due to permission issues), I received
>> sudo make installinstalling...cp: cannot stat 'rnx2rtkp/gcc/rnx2rtkp': No such file or directory
Anyone with the same issue?
Thanks for the help.
Best.
Hi.
I downloaded the main zip.file and tried to install on Ubuntu 16.04. according to the manual and got the follwing error for
make
:>>make
[...]make[1]: Entering directory '/home/gabriel/Downloads/RTKLIB-rtklib_2.4.3/app/rnx2rtkp/gcc' cc rnx2rtkp.o rtkcmn.o rinex.o rtkpos.o postpos.o solution.o lambda.o geoid.o sbas.o preceph.o pntpos.o ephemeris.o options.o ppp.o ppp_ar.o ppp_corr.o rtcm.o rtcm2.o rtcm3.o rtcm3e.o ionex.o tides.o qzslex.o ../../../lib/iers/gcc/iers.a -lgfortran -lm -lrt -o rnx2rtkp
cc: error: ../../../lib/iers/gcc/iers.a: No such file or directory
<builtin>: recipe for target 'rnx2rtkp' failed
make[1]: *** [rnx2rtkp] Error 1
make[1]: Leaving directory '/home/gabriel/Downloads/RTKLIB-rtklib_2.4.3/app/rnx2rtkp/gcc'
[...]appart from that it ran through smoothly. However, when I tried to
(sudo) make install
(normal make install not working due to permission issues), I received>> sudo make install
installing...
cp: cannot stat 'rnx2rtkp/gcc/rnx2rtkp': No such file or directory
Anyone with the same issue? Thanks for the help. Best.