Qt-6.2.3 opensource compilation on Beagle Board
-
Hi,
I am trying to compile Qt-6.2.3 everywhere opensource on Ubuntu 20.04 running on Beagle Board Black.
I have below errors could you please help to resolve the below errors,
[ 10%] Built target BundledSpirv_Cross
[ 10%] Running AUTOMOC file extraction for target Core
[ 10%] Built target FbSupportPrivate_automoc_json_extraction
[ 10%] Built target DeviceDiscoverySupportPrivate_automoc_json_extraction
[ 10%] Built target BundledGlslang_Glslang
[ 10%] Built target KmsSupportPrivate_automoc_json_extraction
[ 10%] Built target quickwindow_automoc_json_extraction
[ 10%] Built target Core_automoc_json_extraction
[ 10%] Running moc --collect-json for target Core
[ 10%] Linking CXX shared library ../../lib/libQt6Core.so
Generating version linker script
/usr/bin/ld: error: CMakeFiles/Core.dir/global/qmalloc.cpp.o: file too short
collect2: error: ld returned 1 exit status
make[2]: *** [qtbase/src/corelib/CMakeFiles/Core.dir/build.make:4160: qtbase/lib/libQt6Core.so.6.2.3] Error 1
make[1]: *** [CMakeFiles/Makefile2:9207: qtbase/src/corelib/CMakeFiles/Core.dir/all] Error 2
make: *** [Makefile:146: all] Error 2I have been stuck with this error.....
Here is my ./configure command
./configure -release -prefix /usr/local/Qt-6.2.3 -nomake examples -skip qtwayland -skip qt3d -skip qtactiveqt -skip qtcanvas3d -skip qtgamepad -skip qtlocation
-skip qtmacextras -skip qtvirtualkeyboard -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtmqtt -skip qtconnectivity -skip qtopcua -skip qtsensors
-skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebviewI am using CMake 3.22.1 version on ubuntu 20.04.
Appreciate your input.
Thanks