lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Porting 2.1.2 to Atmel Studio 7... dirent.h?


From: Stephen Cowell
Subject: Re: [lwip-users] Porting 2.1.2 to Atmel Studio 7... dirent.h?
Date: Fri, 8 Feb 2019 13:18:23 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0


On 2/7/2019 11:39 PM, goldsimon wrote:
Am 8. Februar 2019 00:27:58 MEZ schrieb Stephen Cowell <address@hidden>:
...

> Does everyone have to go through and edit
>the
>header file includes to reflect the new structure?  I can't see why
>this
>is not fixed in the release.

That should not be required. Can you give an example?


In my example, I have replaced the lwIP folder lwip-1.4.1 with lwip-2.1.2 as I received it.

OK... I'm compiling along, and I get this error:

"Error        lwip/apps/lwiperf.h: No such file or directory "

This request lies in lwiperf.c, which resides in

lwip/lwip-2.1.2/src/apps/lwiperf

.  The file it wants resides in

lwip/lwip-2.1.2/src/include/lwip/apps

.  Every instance of this (there are dozens) requires me to change the header include from

#include "lwip/apps/lwiperf.h"

to

#include "../../include/lwip/apps/lwiperf.h"

Am I doing something wrong?  The Atmel community link below cites the same issue... "When compiling, some files needed to change slightly, such as knowing where the header files are and such, but nothing major.".
__
Steve
.




reply via email to

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