Hey everybody-

I set up a Debian sid machine and I’m trying to get everything building so that 
I can do some modifications for the TeleMini + external GPS project I’d like to 
do. Following the AltOS docs recommended build-dep/configure/make/install 
process didn’t work out of the box, so I’ve been crunching through the build 
errors a few hours each night over the last few days. Can someone please field 
some questions to help get me up & running?

First issue is with the Android SDK. Platform 23 looks to be the only one 
supported on sid, but configuration.ac checks for something >= 17 and also =10. 
Is the check for 10 just old code that can be removed? I can’t even find 10 to 
install, so it’d be great if it wasn’t required.

Second issue was with pdclib. I downloaded pdclib then built & installed it 
with jam as it says to on its wiki ( 
https://e43oss.atlassian.net/wiki/spaces/PDCLIB/pages/360465/Building 
<https://e43oss.atlassian.net/wiki/spaces/PDCLIB/pages/360465/Building> ). Does 
the AltOS makefile need the lines #all: pdclib/Makefile and git submodule 
update? Those give an error for me (because pdclib has a Jamfile & my pdclib 
directory isn't set up with git). It looks like the altos version on github 
doesn’t generate the same lines in its makefile ( 
https://github.com/ajtowns/altos <https://github.com/ajtowns/altos> ). I 
commented those lines out of the makefile & it looks like it’s going along fine 
without them, but are they required for some reason (aside from keeping pdclib 
updated)?

Third issue is with stlink in ao-stmload.c. stlink_common.h doesn’t appear to 
exist on my stlink install ( https://github.com/texane/stlink 
<https://github.com/texane/stlink> installed in in /usr/local/include). It’s 
just stlink.h. I changed the stlink_common.h reference in ao-stmload to 
stmlink.h. That lets things compile further, but I’m getting stlink_v1_open 
errors for having too few arguments now. Do I need to be using stlink from 
somewhere else?

Thanks!
-Bryan
_______________________________________________
altusmetrum mailing list
[email protected]
http://lists.gag.com/mailman/listinfo/altusmetrum

Reply via email to