I was working on modifying the CORTEX_M3_MPS2_QEMU_GCC_1
FreeRTOS demo to build a simple HTTP server using the Blinky demo as a base. To achieve this, I integrated the FreeRTOS+TCP library and made some changes in main.c
to initialize the network stack and handle basic HTTP responses. After updating the Makefile to include the new TCP source files, I encountered a *** multiple target patterns. Stop.
Any help ?
Thanks in advance for your help !