OpenRTX / dmrconfig

Configuration utility for DMR radios
BSD 3-Clause "New" or "Revised" License
240 stars 56 forks source link

GCC 10 complains about multiple definition of `trace_flag` #52

Closed simonvik closed 3 years ago

simonvik commented 4 years ago

the project cant be built without -fcommon added to CFLAGS

See : https://gcc.gnu.org/gcc-10/porting_to.html

f-izzo commented 3 years ago

Global variables have been fixed and now DMRconfig compiles with GCC 10 and its default-fno-common Fix in commit 1a69014

Thank you @simonvik for opening the issue!