Errror encountered in Eclipse IDE

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Step 1> I create a new folder save 2 file packet.c and packet.h Step 2: I write code in packet.c ; packet.h and packet.mk;  appliance.mk But , the error is

 

 

pastedImage_0.png

 

Step 2: I write code in packet.c ; packet.h and packet.mk;  appliance.mk

 

pastedImage_1.png

 

pastedImage_2.png

 

pastedImage_3.png

 

pastedImage_4.png

 

pastedImage_5.png

 

pastedImage_6.png

 

 

But , the error is

 

 

pastedImage_7.png

 

0 Likes
1 Reply
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

Perhaps you can remove the packet.mk file and update the appliance.mk with packet.c as following:

     $(NAME)_SOURCES := appliance.c \

                                             packet.c

Then clean and build the appliance app.

Seyhan

0 Likes