summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łoś <[email protected]>2025-05-20 14:05:01 +0200
committerMichał Łoś <[email protected]>2025-05-27 11:02:13 +0200
commitfea28023bcd466b7117f103aeddd81f7239e1728 (patch)
treee2df51c2eea439ebeae23f6adac52c5abc14205f
parentdead043c2b9dd534796395016f2ade5ec086b5d1 (diff)
Fix issues with VxWorks25.03 toolchain fileHEADdev
VxWorks on imx8 requires MESA drivers, but also due to circular dependencies between it's library requires library grouping in its toolchain file. Express that in documentation. Task-number: QTBUG-115777 Change-Id: I9da7b462bda74c984c2688a93fab6f0340a57d4f Reviewed-by: Jarno Lämsä <[email protected]> Reviewed-by: Mats Honkamaa <[email protected]>
-rw-r--r--doc/src/platforms/vxworks.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/platforms/vxworks.qdoc b/doc/src/platforms/vxworks.qdoc
index f2968e1af..8231a7088 100644
--- a/doc/src/platforms/vxworks.qdoc
+++ b/doc/src/platforms/vxworks.qdoc
@@ -285,7 +285,7 @@
\row
\li \c MESA
- \li itl_generic specific
+ \li itl_generic and nxp_imx8 specific
\endtable
@@ -1038,6 +1038,7 @@
set(VxWorksPlatformGraphics_DEFINES "-D_NXPVIV -D__vxworks -D__VXWORKS__")
set(VxWorksPlatformGraphics_LIBRARIES_PACK
+ "-Wl,--start-group"
"${_common_lib_path}/libgfxNxpVivGAL.so"
"${_common_lib_path}/libgfxNxpVivEGL.so"
"${_common_lib_path}/libgfxNxpVivGLSLC.so"
@@ -1045,6 +1046,7 @@
"${_common_lib_path}/libgfxNxpVivGLESv1_CM.so"
"${_common_lib_path}/libgfxNxpVivVSC.so"
"${_common_lib_path}/libxml.so"
+ "-Wl,--end-group"
)
set(VxWorksPlatformGraphics_REQUIRED_LIBRARIES