lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] [Bulk] Lwip make file error


From: Gisle Vanem
Subject: Re: [lwip-users] [Bulk] Lwip make file error
Date: Tue, 12 Jan 2016 11:56:20 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Gaurav Jain wrote:

> LFLAGS= -L../STABLE-1_4_0/ports/unix/proj/lib/liblwip.so
..
> edit : $(OBJS)
>         $(CC) $(CFLAGS) $(INCLUDES) -o edit $(OBJS) $(LFLAGS)
> 
> tcp_server.o : tcp_server.c tcp.o tcp_out.o
>         $(CC) $(CFLAGS) $(INCLUDES) -c tcp_server.c $(LFLAGS)

It seems you should drop the $(LFLAGS) on all targets except the link
target (i.e. 'edit').

BTW.
 From 'make edit -n --trace' you can see what actually needs
 to be done w/o actually doing it.

-- 
--gv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]