Skip to main content
Visitor II
May 3, 2021
Question

Compiling my program using LwIP

  • May 3, 2021
  • 1 reply
  • 1757 views

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?

    This topic has been closed for replies.

    1 reply

    Explorer
    May 3, 2021

    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 ?

    Jvan .10Author
    Visitor II
    May 3, 2021

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