Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. set the all path correctly getting error in RH850 D1M1A MCU kit creation ?

set the all path correctly getting error in RH850 D1M1A MCU kit creation ?

Scheduled Pinned Locked Moved Unsolved Qt for MCUs
4 Posts 2 Posters 160 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vishal Biradar
    wrote on 31 Mar 2025, 13:42 last edited by
    #1

    Hello All,
    Working for RH850 MCU. I have done all configuration and set path correctly. getting cmake generator issue.
    getting following issue.
    0435ee90-07b6-4072-b5da-05d6fe1c8c92-image.png
    getting this warning also :cmake configuration has no path to c compiler set even though kit has valid tool chain.
    I have tried with Ninja tool aslo but getting same error.
    what is wrong I am doing here any hint please?

    J 1 Reply Last reply 31 Mar 2025, 13:59
    0
    • V Vishal Biradar
      31 Mar 2025, 13:42

      Hello All,
      Working for RH850 MCU. I have done all configuration and set path correctly. getting cmake generator issue.
      getting following issue.
      0435ee90-07b6-4072-b5da-05d6fe1c8c92-image.png
      getting this warning also :cmake configuration has no path to c compiler set even though kit has valid tool chain.
      I have tried with Ninja tool aslo but getting same error.
      what is wrong I am doing here any hint please?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 31 Mar 2025, 13:59 last edited by
      #2

      @Vishal-Biradar Please post logs/code as text, not pictures.
      What tool is not found?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Vishal Biradar
        wrote on 1 Apr 2025, 13:33 last edited by
        #3

        @jsulm providing below log. is it fine ?
        I am trying to use ninja as Cmake generator.

        Starting C:\Qt\Tools\CMake_64\bin\cmake.exe --build . --target flash_untitled11...
        jom: parallel job execution disabled for Makefile
        [100%] Built target untitled11
        Renesas Flash Programmer V3.09.00 [1 Oct 2021]
        Loading Project (C:/Users/gen_SoftwareCoC/untitled11/build/Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug/renesas_flash_programming_tool_project.rpj)
        Loading File (C:\Users\gen_SoftwareCoC\untitled11\build\Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug\Debug\untitled11.run) CRC-32 : 4B9E42BE

        Target device : R7F701461

        Connecting the tool
        Error(E3000201): Cannot find the specified tool.
        Operation failed.

        jom: C:\Users\gen_SoftwareCoC\untitled11\build\Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug\CMakeFiles\flash_untitled11.dir\build.make [CMakeFiles\flash_untitled11] Error 1
        jom: C:\Users\gen_SoftwareCoC\untitled11\build\Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug\CMakeFiles\Makefile2 [CMakeFiles\flash_untitled11.dir\all] Error 2
        jom: C:\Users\gen_SoftwareCoC\untitled11\build\Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug\CMakeFiles\Makefile2 [CMakeFiles\flash_untitled11.dir\rule] Error 2
        jom: C:\Users\gen_SoftwareCoC\untitled11\build\Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug\Makefile [flash_untitled11] Error 2
        18:57:44: C:\Qt\Tools\CMake_64\bin\cmake.exe exited with code 2

        J 1 Reply Last reply 1 Apr 2025, 13:36
        0
        • V Vishal Biradar
          1 Apr 2025, 13:33

          @jsulm providing below log. is it fine ?
          I am trying to use ninja as Cmake generator.

          Starting C:\Qt\Tools\CMake_64\bin\cmake.exe --build . --target flash_untitled11...
          jom: parallel job execution disabled for Makefile
          [100%] Built target untitled11
          Renesas Flash Programmer V3.09.00 [1 Oct 2021]
          Loading Project (C:/Users/gen_SoftwareCoC/untitled11/build/Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug/renesas_flash_programming_tool_project.rpj)
          Loading File (C:\Users\gen_SoftwareCoC\untitled11\build\Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug\Debug\untitled11.run) CRC-32 : 4B9E42BE

          Target device : R7F701461

          Connecting the tool
          Error(E3000201): Cannot find the specified tool.
          Operation failed.

          jom: C:\Users\gen_SoftwareCoC\untitled11\build\Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug\CMakeFiles\flash_untitled11.dir\build.make [CMakeFiles\flash_untitled11] Error 1
          jom: C:\Users\gen_SoftwareCoC\untitled11\build\Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug\CMakeFiles\Makefile2 [CMakeFiles\flash_untitled11.dir\all] Error 2
          jom: C:\Users\gen_SoftwareCoC\untitled11\build\Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug\CMakeFiles\Makefile2 [CMakeFiles\flash_untitled11.dir\rule] Error 2
          jom: C:\Users\gen_SoftwareCoC\untitled11\build\Qt_for_MCUs_2_9_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug\Makefile [flash_untitled11] Error 2
          18:57:44: C:\Qt\Tools\CMake_64\bin\cmake.exe exited with code 2

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 1 Apr 2025, 13:36 last edited by
          #4

          @Vishal-Biradar I don't know what tool is not found and why. Seems to be "Renesas Flash Programmer", but I don't know why it is not found. Maybe it needs to be installed and added to PATH?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          3/4

          1 Apr 2025, 13:33

          • Login

          • Login or register to search.
          3 out of 4
          • First post
            3/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved