set the all path correctly getting error in RH850 D1M1A MCU kit creation ?
-
Hello All,
Working for RH850 MCU. I have done all configuration and set path correctly. getting cmake generator issue.
getting following issue.
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? -
@Vishal-Biradar Please post logs/code as text, not pictures.
What tool is not found? -
@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 : 4B9E42BETarget 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 -
@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?