CMSIS_V2 causes "No rule to make target" error when used with ETH + LwIP
I am trying to implement MODBUS-TCP on a TouchGFX generated project. I have successfully enabled Ethernet by following this tutorial on this forum: How to create a project for STM32H7 with Ethernet and LwIP stack working and can ping my board.
In the tutorial mentioned above CMSIS_V1 is used, but for the MODBUS library which I want to use CMSIS_V2 is required ( Modbus-STM32-HAL-FreeRTOS ).
Now if I simply change CMSIS to V2, i get the error:
make: *** No rule to make target '.../Ethernet_Test_TGFX/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c', needed by 'Middlewares/FreeRTOS/cmsis_os.o'. Stop.
Is this caused by dependencies not being updated properly or how can I solve this? I already tried Refresh+Clean.
.ioc file is attached.
Thanks!

