tomojitakasu / RTKLIB

2.56k stars 1.62k forks source link

make won't run. #438

Open cg-david opened 6 years ago

cg-david commented 6 years ago

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.

ralphtee commented 5 years ago

https://stackoverflow.com/questions/50972531/can%C2%B4t-cross-compile-rnx2rtkp-from-rtklib2-4-3b29-to-raspberry-pi3