Qt-5.15.2 CROSS COMPILATION ERROR
-
I'm trying to cross compile the Qt 5.15.2 in ubuntu for Jetson Nano. For that, I have done sysroot the Jetson nano before compile. During Compilation after configuring the Qt, when make build the Qt ,I'm receiving this kind of error:
make[3]: *** [Makefile:1229: ../../lib/libQt5Core.so.5.15.2] Error 1
make[3]: Leaving directory '/opt/qt5jnano/qt5build/qtbase/src/corelib'
make[2]: *** [Makefile:225: sub-corelib-make_first] Error 2
make[2]: Leaving directory '/opt/qt5jnano/qt5build/qtbase/src'
make[1]: *** [Makefile:51: sub-src-make_first] Error 2
make[1]: Leaving directory '/opt/qt5jnano/qt5build/qtbase'
make: *** [Makefile:80: module-qtbase-make_first] Error 2
root@PC:/opt/qt5jnano/qt5build# -
@Vijaykarthikeyan Please post the actual error message
-
@Vijaykarthikeyan said in Qt-5.15.2 CROSS COMPILATION ERROR:
This is the only error message that I have got
I'm sure there is more. What you posted is what make prints at the end if there were any compiler/linker errors. So, please look above these lines or post whole build log here.