-
At least get it working on Travis
- [x] Linux
- [ ] Mac
-
diff --git a/app/rtkrcv/rtkrcv.c b/app/rtkrcv/rtkrcv.c
index dbe7fbd..843d55d 100644
--- a/app/rtkrcv/rtkrcv.c
+++ b/app/rtkrcv/rtkrcv.c
@@ -1205,7 +1205,7 @@ static void prstream(vt_t *vt)
const…
-
Dear all,
I'm trying to compile rtklib CUIs (rtklib_2.4.2.zip) on my raspberry PI.
Currently I've the following working moudules (so the compile procedure went Ok for them):
RTKRCV, STR2STR, CONVBIN.
…
-
Due to the lack of separated librt we cannot compile under MacOS X , in fact all the required rt call are built in in standard libraries. So it just need to remove the -lrt
this is a sample diff
diff…
-
I have two NVS08C-CSM units, which I'm trying to use in a very short baseline kinematic setup. I managed to get it working in Windows with rtknavi, and I'm now trying to get it to work in Linux with r…
-
Would it be possible to get this updated? Libswiftnav is undergoing rapid development at the moment due to the imminent release of the Piksi GPS, and several large changes have occurred since the last…
-
when reading from a file which was created by cat /dev/ttywhatever > somefile.ext, str2str ends with "Segmentation fault". However, output is created, so it appears not to be a severe issue.
```
pi@r…
-
Symptom: **cannot find -llapack -lblas**
System: Rapberry Pi debian wheezy, compile on target
```
cc -c -Wall -O3 -ansi -pedantic -I../../../src -DLAPACK -DTRACE -DENAGLO -DENAQZS -DENAGAL -DNFREQ=3…