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
The variable logname in fenix.h and the variable store_counter in fenix_data_recovery.h give multiple definition errors. I had to mark them extern in the .h files and move the declaration to the .c files.
The text was updated successfully, but these errors were encountered:
lukashuebner
changed the title
Linker issues with gcc 7.5.0
Multiple definition errors with gcc 7.5.0
Jun 29, 2022
The variable
logname
in fenix.h and the variablestore_counter
in fenix_data_recovery.h give multiple definition errors. I had to mark themextern
in the .h files and move the declaration to the.c
files.The text was updated successfully, but these errors were encountered: