Question
LwIP build fails on multiple defs of sys_msleep (makefile)
CubeMx version: 5.4.0
I used CubeMX to configure LwIP with FreeRTOS. I am using the Makefile toolchain. When I build the code *the linker complains* the following error -> multiple definition of `sys_msleep'
My dev environment is Ubuntu 18.04, CubeMX 5.4.0, LwIP 2.0.3
Please help.