-
Notifications
You must be signed in to change notification settings - Fork 102
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
Port to newer version of RTKLIB #8
Comments
Greetings @SaBe |
Thanks for the reply; This is what I got out of it: [armeabi armeabi-v7a mips x86] Compile : proj <= rtodms.c So to me it looks like the Make file passes "-mthumb" to mips compiler while I did a clean new install of the latest NDK to make sure it's fine as I wasn't Any ideas? Br, |
Indeed, I vaguely remember reaching that roadblock. I think I got around it by either removing directories in lib or modifying build.gradle to only build what I needed. |
I managed to compile the native parts for ARM, I feel really bad about my self, but I just told ndk-build to ignore all the errors... It seemed that everything but ARM platforms simply explode here. I did not manage to build the rest of the app tough. ANT simply ses there is nothing to do and even the clean target seems to fail.. the fight continues.. |
Hi there, Thank you! |
i use Eclipse on MacOS X, |
Hi Ronan, Please!!! And thank you very much for the previous work. |
Hello - I am able to build the RtkGps+ port for Android. I would like to merge 2.4.3b8 version of Rtklib, any suggestions, recommendations? I am using Eclipse Mars running on Ubuntu 14.04. My goal is to use RtkGps+ with my UBLOX M8T, I am open to suggestions or an easier method to accomplish this, perhaps just merge changes necessary like RXM-RAWX and RXM-SFRBX messages. I will be using NTRIP Corrections. |
Hello all, |
Hi, |
All the source code is published on github
|
Hi @gto234, we tried to apply the patch 11 without success. The app can't recognize the bluetooth device anymore. |
Sorry I don't have the source code. |
If anyone willing to build a new version of RTGKPS+ please check this fix on the code posted here otherwise the fixed solution availability is not long because there is a bug in the code. |
Upgraded to 2.4.3b29d |
…ccuracy-to-mock-location 41 report accuracy to mock location
Hello, I was wondering if someone is working on a port to a newer version of RTKLIB
so that we could support UBLOX M8T receivers with rawx protocol? Those work nicely on latest RTKLIB versions. I have been trying to build it but as I'm new to Android SDK not to mention the NDK, I have had some issues compiling it.
The text was updated successfully, but these errors were encountered: