We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to compile direwolf under Fedora 24 with gcc v6.1 I get this output.
gcc -O3 -pthread -Igeotranz -ffast-math -DUSE_ALSA -c -o log.o log.c gcc -O3 -pthread -Igeotranz -ffast-math -DUSE_ALSA -c -o telemetry.o telemetry.c gcc -O3 -pthread -Igeotranz -ffast-math -DUSE_ALSA -c -o dwgps.o dwgps.c gcc -O3 -pthread -Igeotranz -ffast-math -DUSE_ALSA -c -o dwgpsnmea.o dwgpsnmea.c gcc -O3 -pthread -Igeotranz -ffast-math -DUSE_ALSA -c -o dwgpsd.o dwgpsd.c dwgpsd.c:82:26: error: storage size of ‘gpsdata’ isn’t known static struct gps_data_t gpsdata; ^~~~~~~ : recipe for target 'dwgpsd.o' failed make: *** [dwgpsd.o] Error 1
The text was updated successfully, but these errors were encountered:
Do you have libgps-dev installed per the Direwolf APRS Tracker documentation? If so, what version?
--David
Sorry, something went wrong.
Fixed in dev branch. commit b2548ec
No branches or pull requests
When trying to compile direwolf under Fedora 24 with gcc v6.1 I get this output.
gcc -O3 -pthread -Igeotranz -ffast-math -DUSE_ALSA -c -o log.o log.c
gcc -O3 -pthread -Igeotranz -ffast-math -DUSE_ALSA -c -o telemetry.o telemetry.c
gcc -O3 -pthread -Igeotranz -ffast-math -DUSE_ALSA -c -o dwgps.o dwgps.c
gcc -O3 -pthread -Igeotranz -ffast-math -DUSE_ALSA -c -o dwgpsnmea.o dwgpsnmea.c
gcc -O3 -pthread -Igeotranz -ffast-math -DUSE_ALSA -c -o dwgpsd.o dwgpsd.c
dwgpsd.c:82:26: error: storage size of ‘gpsdata’ isn’t known
static struct gps_data_t gpsdata;
^~~~~~~
: recipe for target 'dwgpsd.o' failed
make: *** [dwgpsd.o] Error 1
The text was updated successfully, but these errors were encountered: