cancel
Showing results for 
Search instead for 
Did you mean: 

Compiling my program using LwIP

Jvan .10
Associate III

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.

0693W00000ANAYJQA5.png 

0693W00000ANB4jQAH.png0693W00000ANB4eQAH.png 

0693W00000ANB4KQAX.png0693W00000ANB4ZQAX.png0693W00000ANB4UQAX.png 

Can someone help me?

2 REPLIES 2
Ozone
Lead II

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 ?

Yes, using the terminal and going from that directory to ../../Middlewares/Third_Party/LwIP/src/include/lwip works as intended