[mikro@pc build]$ make V=1
generating version_date.h
make all-recursive
make[1]: Entering directory '/home/mikro/Projects/aranym.git/build'
Making all in src
make[2]: Entering directory '/home/mikro/Projects/aranym.git/build/src'
Making all in uae_cpu
make[3]: Entering directory '/home/mikro/Projects/aranym.git/build/src/uae_cpu'
depbase=`echo build68k.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../../src/uae_cpu -I../.. -DOS_linux -DCPU_x86_64 -D_GNU_SOURCE -DDIRECT_ADDRESSING -DUNALIGNED_PROFITABLE -DX86_64_ASSEMBLY -DOPTIMIZED_FLAGS -DFPU_IEEE -DENABLE_EXCLUSIVE_SPCFLAGS "-I../../../src/uae_cpu/../include" "-I../../../src/uae_cpu/../Unix" "-I./.." "-I." "-I../../../src/uae_cpu" -g -Wextra -Wall -Wundef -g -O2 -MT build68k.o -MD -MP -MF $depbase.Tpo -c -o build68k.o ../../../src/uae_cpu/build68k.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -g -Wextra -Wall -Wundef -g -O2 -o build68k build68k.o -lm
./build68k <../../../src/uae_cpu/table68k > cpudefs.cpp
depbase=`echo gencpu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../../src/uae_cpu -I../.. -DOS_linux -DCPU_x86_64 -D_GNU_SOURCE -DDIRECT_ADDRESSING -DUNALIGNED_PROFITABLE -DX86_64_ASSEMBLY -DOPTIMIZED_FLAGS -DFPU_IEEE -DENABLE_EXCLUSIVE_SPCFLAGS "-I../../../src/uae_cpu/../include" "-I../../../src/uae_cpu/../Unix" "-I./.." "-I." "-I../../../src/uae_cpu" -g -Wextra -Wall -Wundef -g -O2 -MT gencpu.o -MD -MP -MF $depbase.Tpo -c -o gencpu.o ../../../src/uae_cpu/gencpu.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo readcpu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../../../src/uae_cpu -I../.. -DOS_linux -DCPU_x86_64 -D_GNU_SOURCE -DDIRECT_ADDRESSING -DUNALIGNED_PROFITABLE -DX86_64_ASSEMBLY -DOPTIMIZED_FLAGS -DFPU_IEEE -DENABLE_EXCLUSIVE_SPCFLAGS "-I../../../src/uae_cpu/../include" "-I../../../src/uae_cpu/../Unix" "-I./.." "-I." "-I../../../src/uae_cpu" -g -Wextra -Wall -Wundef -g -O2 -MT readcpu.o -MD -MP -MF $depbase.Tpo -c -o readcpu.o ../../../src/uae_cpu/readcpu.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo cpudefs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../../../src/uae_cpu -I../.. -DOS_linux -DCPU_x86_64 -D_GNU_SOURCE -DDIRECT_ADDRESSING -DUNALIGNED_PROFITABLE -DX86_64_ASSEMBLY -DOPTIMIZED_FLAGS -DFPU_IEEE -DENABLE_EXCLUSIVE_SPCFLAGS "-I../../../src/uae_cpu/../include" "-I../../../src/uae_cpu/../Unix" "-I./.." "-I." "-I../../../src/uae_cpu" -g -Wextra -Wall -Wundef -g -O2 -MT cpudefs.o -MD -MP -MF $depbase.Tpo -c -o cpudefs.o cpudefs.cpp &&\
mv -f $depbase.Tpo $depbase.Po
g++ -g -Wextra -Wall -Wundef -g -O2 -o gencpu gencpu.o readcpu.o cpudefs.o -lm
/usr/bin/ld: gencpu.o: in function `read_counts':
/home/mikro/Projects/aranym.git/build/src/uae_cpu/../../../src/uae_cpu/gencpu.c:105:(.text.startup+0xd4): undefined reference to `__isoc23_fscanf@GLIBC_DONT_USE_THIS_VERSION_2.38'
/usr/bin/ld: /home/mikro/Projects/aranym.git/build/src/uae_cpu/../../../src/uae_cpu/gencpu.c:107:(.text.startup+0x15c): undefined reference to `__isoc23_fscanf@GLIBC_DONT_USE_THIS_VERSION_2.38'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:461: gencpu] Error 1
make[3]: Leaving directory '/home/mikro/Projects/aranym.git/build/src/uae_cpu'
make[2]: *** [Makefile:2318: all-recursive] Error 1
make[2]: Leaving directory '/home/mikro/Projects/aranym.git/build/src'
make[1]: *** [Makefile:488: all-recursive] Error 1
make[1]: Leaving directory '/home/mikro/Projects/aranym.git/build'
make: *** [Makefile:428: all] Error 2
I have no idea how to fix it.
--