HAMNET-Access-Protocol / HAMNET-Access-Protocol/HNAP4PlutoSDR

Fix Simulation compilation with GCC 10

Open
#38 0 comments 0 reactions 0 assignees View on GitHub
bug good first issue
Dominant language
C
Stars
31
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Due to a change in GCC 10 (https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common), compilation of target `test_mac` throws many `multiple definition of ' ' first defined here` errors when trying to link.
This happened to me as current debian testing uses GCC 10.

Setting the compile flag -fcommon for gcc fixes the errors, but is only rated as a workaround in the link mentioned above.

Check which changes we have to perform to enable error-free build with -fno-common and implement them.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.