Dear folks,
I recently played with osmocomBB and wanted to try out the cell_log and gsmmap feature. Therefore I tried to rebuild osmocomBB (sylvains testing tree) with gpsd 2.96 installed on archlinux kernel 2.6.38.
If there is more information needed, just tell me!
Error while "$make": Making all in src make[2]: Entering directory `/home/temal/dev/pkg/osmotemp/osmocom-bb/src/host/layer23/src' Making all in common make[3]: Entering directory `/home/temal/dev/pkg/osmotemp/osmocom-bb/src/host/layer23/src/common' CC l1ctl.o CC l1l2_interface.o CC sap_interface.o CC lapdm.o CC logging.o CC networks.o CC sim.o sim.c: In function ‘gsm_sim_reply’: sim.c:146:11: warning: variable ‘payload’ set but not used [-Wunused-but-set-variable] CC sysinfo.o CC gps.o gps.c: In function ‘osmo_gpsd_cb’: gps.c:73:2: error: too few arguments to function ‘gps_waiting’ /usr/include/gps.h:1435:13: note: declared here gps.c:77:2: warning: implicit declaration of function ‘gps_poll’ [-Wimplicit-function-declaration] gps.c: In function ‘osmo_gpsd_open’: gps.c:114:2: error: too few arguments to function ‘gps_open’ /usr/include/gps.h:1430:12: note: declared here make[3]: *** [gps.o] Error 1 make[3]: Leaving directory `/home/temal/dev/pkg/osmotemp/osmocom-bb/src/host/layer23/src/common' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/temal/dev/pkg/osmotemp/osmocom-bb/src/host/layer23/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/temal/dev/pkg/osmotemp/osmocom-bb/src/host/layer23' make: *** [host/layer23/layer23] Error 2
On 06/01/2011 04:32 PM, Malte Krupa wrote:
Dear folks,
I recently played with osmocomBB and wanted to try out the cell_log and gsmmap feature. Therefore I tried to rebuild osmocomBB (sylvains testing tree) with gpsd 2.96 installed on archlinux kernel 2.6.38.
If there is more information needed, just tell me!
well, you could try to
a) check the ChangeLog of GPSD if there was a change in the API. b) patch it.
holger
Holger Hans Peter Freyther <holger <at> freyther.de> writes:
On 06/01/2011 04:32 PM, Malte Krupa wrote:
Dear folks,
I recently played with osmocomBB and wanted to try out the cell_log and gsmmap feature. Therefore I tried to rebuild osmocomBB (sylvains testing tree) with gpsd 2.96 installed on archlinux kernel 2.6.38.
If there is more information needed, just tell me!
well, you could try to
a) check the ChangeLog of GPSD if there was a change in the API. b) patch it.
holger
Apply this patch and it should work
Change $REPLACE$ to b/src/host/layer23/src/common/gps.c before applying the patch
On 06/28/2011 05:49 AM, Konstantin Weitz wrote:
Apply this patch and it should work
Change $REPLACE$ to b/src/host/layer23/src/common/gps.c before applying the patch
Will it work with gpsd < 2.96? My assumption is that it does not, would you mind making it work for before and after 2.96?
holger
baseband-devel@lists.osmocom.org