Should I set gcc in CubdIDE ?
I want to bink a led on NUCLEO-G474RE, I used CubeMX and CudeIDE.
Since I don' t want to use IAR or Keil, so I select CubeIDE toolchain in CudeMX.
The code generated and has been opened as project in CubeDE, and the two lines has been added in main():
HAL_GPIO_TogglePin (GPIOB, GPIO_PIN_11);
HAL_Delay (100);
While, when I start to build, this info prompted:
Building in: E:\Blink_G474RE\build\default
make -f ..\..\Makefile
Error: build command 'make' not foundError:
What's wrong with it ?
Should I set the gcc environment variable manually?
I have heard gcc is the default build tool for CubeIDE, is there something I misunderstand ?