Copying Firmware example to new location causes unexpected error
Hi all.
I'm working with the F767ZI Nucleo today, specifically trying to compile and evaluate an example in the F7 Firmware repository: C:\**\STM32Cube\Repository\STM32Cube_FW_F7_V1.17.2\Projects\STM32F767ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS.
After the required conversion to enable it to compile in CubeIDE, everything thereafter was absolutely fine, although I was aware of some on-screen information relating to backing-up of the original source code files. I didn't take too much notice of it and perhaps I should have.
The project compiled with zero errors and zero warnings. Flashing the board was also sucessful. The project runs as expected, displaying the demo webpage from the assigned IP address.
However. I decided to copy the original project to another directory on another drive so I could take a deeper dive into the code and now, both the original Repository copy and the copied project have errors:
Error: Program "make" not found in PATH
I suspect that this is related to the Eclipse environment but I'm unsure of how to correct this. I really need to have this example up and running again. Any help on this will be greatly appreciated. Thanks.
