Skip to content

Compile Fails under Fedora 24 with GCC 6.1 #52

Closed
@DwaineGarden

Description

@DwaineGarden

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions