Closed linsmod closed 2 years ago
wulin@R7000:~/rodarima_dillo$ uname -a Linux R7000 5.15.0-50-generic #56-Ubuntu SMP Tue Sep 20 13:23:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
gcc --version gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
same error on master and release_3_0_5
Is probably due to the changes in GCC 10, try with make CFLAGS=-fcommon
. The codebase should be properly patched to use extern
.
got. fixed by use extern~ thanks ^_^