EVK1000 Build Error: program "make" not found in path

Hello,

I am a new user of the EVK1000 modules and CubeMX in general. I am trying to load the EVK1000 software code into CubeMX so I can work on a project for school. I have followed the “Porting EVK1000 to ST System Workbench” instructions. When I try to build the program there is a launching error, “Error: Program “make” not found in PATH.” Is that a file I am missing from the program path or a configuration I have not set up yet?

There is also four HAL warnings:
/* GPIO Ports Clock Enable */
__HAL_RCC_GPIOC_CLK_ENABLE();
__HAL_RCC_GPIOD_CLK_ENABLE();
__HAL_RCC_GPIOA_CLK_ENABLE();
__HAL_RCC_GPIOB_CLK_ENABLE();

Did I miss something during the set up with this also?

Thank you for any help.