taroz/GNSS-SDRLIB

Has anyone been successful building in Linux?

Closed this issue · 8 comments

Has anyone built Gnss-sdrlib in Linux, say Ubuntu? If so, what mods did you make to get it to work? thx!

Quite unlikely, last update was six years ago and read https://github.com/taroz/GNSS-SDRLIB#system-requirements

Saw that, but I'm working on it now and just curious if anyone else has tried. The developers apparently attempted the CLI build in Linux, but noted that they had some issues. Seems like it should port over, much like the RTKLIB code has now.

Update... I have it ported over to Ubuntu now, runs fairly well, but still will require updates to a number of the h files and libs to bring them up-to-date from 2016 timeframe.

/usr/bin/ld: ../../lib/fec/linux/libfec.a(decode_rs_8.o): relocation R_X86_64_32S against symbol `CCSDS_index_of' can not be used when making a PIE object; recompile with -fPIC

If you encountered the same error as me. The flag '-no-pie' solved it, instead of '-fPIC'.

Update... I have it ported over to Ubuntu now, runs fairly well, but still will require updates to a number of the h files and libs to bring them up-to-date from 2016 timeframe.

Nice work! I don't see your fork though.

@AgileEngineeringLLC Awesome!

Could you provide more information? Would it be possible to get your changes public on a possible fork? Would be awesome if we can get this running on linux

Sorry, have not worked on this for quite a while. You might check out the 15 or so articles on my linkedIn account, might be something there to help. If I recall, I ended up removing all the WIN stuff, removed all the outdated SDR hardware stuff, added any missing libs, then just kept tweaking the h files until it worked.

LinkedIn: www.linkedin.com/in/kellydak

@AgileEngineeringLLC Thanks for the update!