You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using emdebian toolchain to crosscompile olsrd from git for mips/mipsel, i get following error when building nmealib plugin.
installing package libgps-dev and/or libomhacks-dev (which provide a gps.h) doesn't fix the problem:
In file included from src/configuration.h:50,
from src/state.c:49:
src/gpsdclient.h:49:17: error: gps.h: No such file or directory
In file included from src/configuration.h:50,
from src/receiver.c:51:
src/gpsdclient.h:49:17: error: gps.h: No such file or directory
In file included from src/configuration.h:50,
from src/pudOlsrdPlugin.h:50,
from src/pudOlsrdPlugin.c:46:
src/gpsdclient.h:49:17: error: gps.h: No such file or directory
In file included from src/configuration.h:50,
from src/pud.c:51:
src/gpsdclient.h:49:17: error: gps.h: No such file or directory
In file included from src/configuration.h:50,
from src/networkInterfaces.c:50:
src/gpsdclient.h:49:17: error: gps.h: No such file or directory
In file included from src/gpsdclient.c:46:
src/gpsdclient.h:49:17: error: gps.h: No such file or directory
In file included from src/configuration.h:50,
from src/gpsConversion.c:50:
src/gpsdclient.h:49:17: error: gps.h: No such file or directory
In file included from src/configuration.h:50,
from src/configuration.c:46:
src/gpsdclient.h:49:17: error: gps.h: No such file or directory
make[1]: Entering directory `/home/user/olsrd-dev/mipsel/olsrd/lib/pud/nmealib'
make[1]: Leaving directory `/home/user/olsrd-dev/mipsel/olsrd/lib/pud/nmealib'
make[1]: Entering directory `/home/user/olsrd-dev/mipsel/olsrd/lib/pud/nmealib'
[CC] src/context.c
cc1: error: unrecognized command line option "-Wdouble-promotion"
cc1: error: unrecognized command line option "-Wtrampolines"
cc1: error: unrecognized command line option "-Wjump-misses-init"
make[1]: *** [build/context.o] Error 1
make[1]: Leaving directory `/home/user/olsrd-dev/mipsel/olsrd/lib/pud/nmealib'
make: *** [nmealib] Error 2
The text was updated successfully, but these errors were encountered:
vchrizz
changed the title
crosscompile olsr 0.9.6.3 plugin nmealib doesn't build because of missing gps.h
crosscompile olsr 0.9.6.3 plugin pud/nmealib doesn't build because of missing gps.h
Sep 14, 2017
vchrizz
changed the title
crosscompile olsr 0.9.6.3 plugin pud/nmealib doesn't build because of missing gps.h
crosscompile olsr 0.9.6.2 plugin pud/nmealib doesn't build because of missing gps.h
Sep 14, 2017
using emdebian toolchain to crosscompile olsrd from git for mips/mipsel, i get following error when building nmealib plugin.
installing package libgps-dev and/or libomhacks-dev (which provide a gps.h) doesn't fix the problem:
The text was updated successfully, but these errors were encountered: