Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 6.0.0-rc1
-
None
Description
After creating the kit and setting the MCU SDK (RGL) correctly for RH850, configuration fails with the following error:
CMake Error at /home/srodal/Qt/QtMCUs/2.0.0/platform/boards/renesas/rh850-d1m1a-baremetal/cmake/ExecutableHook.cmake:50 (message): d1mx_rh850_ghs library not found!
It appears that when configuring, QUL_BOARD_SDK_DIR doesn't get set:
Running /usr/bin/cmake -S /home/srodal/Qt/QtMCUs/2.0.0/examples/layers -B /home/srodal/Qt/QtMCUs/2.0.0/examples/build-layers-Qt_for_MCUs_2_0_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug -GNinja -DCMAKE_BUILD_TYPE:STRING=Debug '-DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=/home/srodal/Qt/Tools/Preview/Qt Creator 6.0.0-rc1/share/qtcreator/package-manager/auto-setup.cmake' -DQUL_TARGET_TOOLCHAIN_DIR:STRING=/usr/ghs/comp_201915 -DCMAKE_TOOLCHAIN_FILE:STRING=/home/srodal/Qt/QtMCUs/2.0.0/lib/cmake/Qul/toolchain/ghs.cmake -DQUL_GENERATORS:STRING=/home/srodal/Qt/QtMCUs/2.0.0/lib/cmake/Qul/QulGenerators.cmake -DQUL_PLATFORM:STRING=RH850-D1M1A-BAREMETAL -DQUL_COLOR_DEPTH:STRING=32 -DCMAKE_PREFIX_PATH:STRING= in /home/srodal/Qt/QtMCUs/2.0.0/examples/build-layers-Qt_for_MCUs_2_0_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug.
Attachments
Issue Links
- is cloned by
-
QTCREATORBUG-26660 Creator: Traveo II builds fail due to QUL_BOARD_SDK_DIR not being configured
- Closed