cancel
Showing results for 
Search instead for 
Did you mean: 

error in compilation

dacha.1
Associate II

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 :

 

dacha1_0-1759410968853.png

In the projet wiever the files are présent :

 

dacha1_1-1759411353816.png 
please could you help me
Salutations
 
2 REPLIES 2
KDJEM.1
ST Employee

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.

Andrew Neil
Super User

@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:

 

dacha1_1-1759411353816.png 

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

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.