2021-05-03 06:16 AM
I've enabled LwIP in CubeMX and now I cannot compile my code anymore
I thought the include paths where the problem, but I checked them all multiple times and I cannot find the error.
Can someone help me?
2021-05-03 06:59 AM
Focussing on the compile errors - the paths in the error messages are relative, usually to the location of the makefile executed.
Are they correct ?
I.e. opening a shell and setting the WD to the makefile location, can you issue a "cd" command with the exact same path, ending up in said folder ?
2021-05-03 07:22 AM
Yes, using the terminal and going from that directory to ../../Middlewares/Third_Party/LwIP/src/include/lwip works as intended