Search found 23 matches

by kcoelho
Thu Aug 15, 2019 8:24 pm
Forum: Hardware Projects
Topic: Errors when trying to build
Replies: 4
Views: 4795

Re: Errors when trying to build

Yes, I did

When I tried building for a different board just to test it built fine.

So not too sure what could be causing the error
by kcoelho
Thu Aug 15, 2019 6:03 pm
Forum: General Discussion and Questions
Topic: Build Errors lwip
Replies: 4
Views: 25612

Build Errors lwip

Hi all, Facing build errors regarding lwip dependencies. This is a section of errors for trying to build for a custom board(VCB_OR) compilation terminated. eth.c:38:25: fatal error: lwip/etharp.h: No such file or directory #include "lwip/etharp.h" ^ compilation terminated. network_lan.c:34:24: fatal...
by kcoelho
Thu Aug 15, 2019 5:51 pm
Forum: Hardware Projects
Topic: Errors when trying to build
Replies: 4
Views: 4795

Errors when trying to build

Hello all, I have been facing errors trying to build for a custom board(VCB_OR). Keep getting this error (attaching a snippet towards the end): compilation terminated. network_lan.c:34:24: fatal error: lwip/netif.h: No such file or directory #include "lwip/netif.h" ^ compilation terminated. modnetwo...