Hi Tim, On Tue, Nov 28, 2023 at 9:10 PM Tim Harvey <thar...@gateworks.com> wrote:
> Fabio, > > You won't see this build issue with the entire series applied... only > with the patches up to and including 'net/lwip: integrate lwIP > library'. My point was there are points in the series where > compilation fails which is not ok. You are right and I agree with your point. I am able to reproduce the build failure at 'net/lwip: integrate lwIP library': In file included from net/lwip/lwip-external/src/core/init.c:38: ./net/lwip/lwip-external/src/include/lwip/opt.h:51:10: fatal error: lwipopts.h: No such file or directory 51 | #include "lwipopts.h" | ^~~~~~~~~~~~ Thanks