Building fails: undefined reference to `_fini'

I am using 9.5c SDK for Ameba Pro 2. I am using 10.3.1 toolchain and all was working for 9.4. After update to 9.5c I am getting below at the end of the building:

[ 99%] Building C object application/CMakeFiles/application.ntz.dir/D_/RTL8735/sdk-ameba-v9.5c/project/realtek_amebapro2_v0_example/src/test_model/svm/fastlz/fastlz.c.obj
[ 99%] Linking CXX executable application.ntz
e:/msys2/mingw64/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: section `.ddr.bss' type changed to PROGBITS
e:/msys2/mingw64/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: e:/msys2/mingw64/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/thumb/v8-m.main+fp/softfp\libc.a(lib_a-fini.o): in function `__libc_fini_array':
fini.c:(.text.__libc_fini_array+0x20): undefined reference to `_fini'
collect2.exe: error: ld returned 1 exit status
make[3]: *** [application/CMakeFiles/application.ntz.dir/build.make:2418: application/application.ntz] Error 1
make[2]: *** [CMakeFiles/Makefile2:391: application/CMakeFiles/application.ntz.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:267: CMakeFiles/flash.dir/rule] Error 2
make: *** [Makefile:189: flash] Error 2


Any thoughts?

can you provide more information on you system, what you are compiling?

Using 10.3.0 toolchain, I am unable to recreate the error. From where did you receive your 9.5c SDK?