Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest demo5 branch str2str not compiling #10

Closed
GPSFan opened this issue May 13, 2017 · 2 comments
Closed

Latest demo5 branch str2str not compiling #10

GPSFan opened this issue May 13, 2017 · 2 comments

Comments

@GPSFan
Copy link

GPSFan commented May 13, 2017

When I try to compile str2str I get the following from the loader.
VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
cc str2str.o stream.o rtkcmn.o solution.o sbas.o geoid.o rcvraw.o novatel.o ublox.o ss2.o crescent.o skytraq.o gw10.o javad.o nvs.o binex.o rt17.o rtcm.o rtcm2.o rtcm3.o rtcm3e.o preceph.o streamsvr.o septentrio.o cmr.o -lm -lrt -lpthread -o str2str
novatel.o: In function decode_bdsephemerisb': /home/kenm/GPS/RTK/RTKLIB-Forks/RTKLIB_explorer/app/str2str/gcc/../../../src/rcv/novatel.c:1039: undefined reference to uraindex'
nvs.o: In function decode_gpsephem': /home/kenm/GPS/RTK/RTKLIB-Forks/RTKLIB_explorer/app/str2str/gcc/../../../src/rcv/nvs.c:202: undefined reference to uraindex'
binex.o: In function decode_bnx_01_01': /home/kenm/GPS/RTK/RTKLIB-Forks/RTKLIB_explorer/app/str2str/gcc/../../../src/rcv/binex.c:461: undefined reference to uraindex'
binex.o: In function decode_bnx_01_04': /home/kenm/GPS/RTK/RTKLIB-Forks/RTKLIB_explorer/app/str2str/gcc/../../../src/rcv/binex.c:634: undefined reference to uraindex'
binex.o: In function decode_bnx_01_06': /home/kenm/GPS/RTK/RTKLIB-Forks/RTKLIB_explorer/app/str2str/gcc/../../../src/rcv/binex.c:771: undefined reference to uraindex'
collect2: error: ld returned 1 exit status
make: *** [str2str] Error 1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
this is on either an Intel 64bit
cc --version
cc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
or an Arm 32bit
cc --version
cc (Debian 4.9.2-10) 4.9.2

@GPSFan
Copy link
Author

GPSFan commented May 13, 2017

Further poking indicates that ephemeris, rinex and qzslex need to be added to the build to satisfy the requirements for adding Galileo URA scaling.
The code now compiles and runs, time will tell if it works ;>)

@GPSFan
Copy link
Author

GPSFan commented May 16, 2017

This issue has been addressed by:
commit 2df11f3
and solves the above problem.

@GPSFan GPSFan closed this as completed May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant