LibreOffice branch distro/collabora/co-2021 build fail on aarch64

Hello all,
I’m compiling libreoffice distro/collabora/co-2021 branch on odroid-c2 (aarch64)
with the following autogen options

./autogen.sh --disable-scripting-beanshell --with-parallelism --with-lang="en-US it" --with-locales="en it" --without-system-dicts --with-galleries=no --disable-scripting-javascript --disable-ldap --disable-dconf --disable-lotuswordpro --disable-firebird-sdbc --disable-postgresql-sdbc --disable-mariadb-sdbc --disable-community-flavor --disable-extension-update --disable-dependency-tracking --disable-cve-tests --disable-randr --disable-gstreamer-1-0 --disable-gui --disable-gio --disable-sdremote-bluetooth --disable-sdremote --enable-optimized=yes --disable-split-debug --disable-skia --disable-lpsolve --disable-report-builder --disable-scripting --without-java --without-junit --disable-odk --without-krb5 --without-gssapi --disable-gtk3 --disable-gstreamer-1-0 --disable-epm --enable-release-build

the compilation with make fails with

[BIN] accessibility
[LNK] Library/libdrawinglayerlo.so
[CMP] framework/util/fwk
[CMP] basic/util/sb
[CMP] canvas/source/vcl/vclcanvas
[CMP] connectivity/source/dbtools/dbtools
[LNK] Library/libmtfrendererlo.so
[CMP] embeddedobj/util/embobj
[CMP] extensions/source/scanner/scn
[CMP] formula/util/for
[CMP] fpicker/source/office/fps_office
[CMP] svx/util/textconversiondlgs
[BIN] svtools
[MOD] accessibility
[CMP] drawinglayer/drawinglayer
[BIN] basic
[BIN] canvas
[LNK] Library/libfilelo.so
[LNK] Library/libdbpool2.so
[LNK] Library/libodbclo.so
[LNK] Library/libmysql_jdbclo.so
[LNK] Library/libsdbc2.so
[LNK] Library/libmorklo.so
[CMP] cppcanvas/source/uno/mtfrenderer
[LNK] Library/libdbahsqllo.so
[BIN] embeddedobj
[LNK] Library/libbiblo.so
[LNK] Library/libfilterconfiglo.so
[BIN] fpicker
[BIN] framework
[LNK] Library/libunotest.so
[MOD] svtools
/storage/hardisk/collaboraonline/libreoffice/workdir/CxxObject/unotest/source/cpp/bootstrapfixturebase.o: In function `test::BootstrapFixtureBase::tearDown()':
bootstrapfixturebase.cxx:(.text+0x0): undefined reference to `StarBASIC::DetachAllDocBasicItems()'
collect2: error: ld returned 1 exit status
/storage/hardisk/collaboraonline/libreoffice/solenv/gbuild/LinkTarget.mk:667: recipe for target '/storage/hardisk/collaboraonline/libreoffice/workdir/LinkTarget/Library/libunotest.so' failed
make[1]: *** [/storage/hardisk/collaboraonline/libreoffice/workdir/LinkTarget/Library/libunotest.so] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:282: recipe for target 'build' failed
make: *** [build] Error 2

I tried to make clean and make again but nothing changed.
I asked on the libreoffice mailing list but they told me to ask here.
Anyone has any clue on why this happens?

Thank you
Danilo

I found the arm64 build, so i don’t need to compile it anymore.