2025-10-02 6:28 AM
hello
We have triyng to use LWID
When we had the file #include "api.h" in my project we Have :
compilation terminated.
make[1]: *** [SourcesRV/subdir.mk:70: SourcesRV/TcpipManagement.o] Error 1
make: *** [makefile:107: all] Error 2
"make -j8 all" terminated with exit code 2. Build might be incomplete.
The include file seams correct :
In the projet wiever the files are présent :
2025-10-10 5:05 AM
Hello @dacha.1 ;
Could you please give more details about the issue?
Are you using STM32 MCU device?
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-10-13 10:15 AM
@dacha.1 wrote:We have triyng to use LWID
Do you mean LwIP - the TCP/IP stack ?
@dacha.1 wrote:
compilation terminated.
make[1]: *** [SourcesRV/subdir.mk:70: SourcesRV/TcpipManagement.o] Error 1
make: *** [makefile:107: all] Error 2
"make -j8 all" terminated with exit code 2. Build might be incomplete.
That's just the summary; it just tells us that one error occurred - we need to know what that error was!
You should be able to find it by scrolling back in the Console output - copy the text, and paste here as text.
@dacha.1 wrote:

Also, if you hover your mouse over that red 'x', it should show you the full error message.
