Graham Sanderson
Graham Sanderson
This error seems unrelated to whether things are system includes or not. What compiler version are you using?
The SDK will not compile with both `-Wpedantic` and `-Werror` ; the variadic macro thing is something that could be fixed easily enough, but it is hardly a warning of...
Ah, ok i see the point... warnings are suppressed in system headers.
it should be possible; doesn't currently exist
oh, yes, go ahead and work on it!
Yes, this has been in the back of my mind and also relates to the implementation of #909 - i.e. it should be possible to pass a block iterator to...
you have to use the exact compiler versions indicated in the README.md
yes we can update the tag if you find one that works
then, you should be able just add: ``` set(SKIP_LWIP 1) ``` to the top of your CMakeLists.txt (before you init the SDK)
well it is the only submodule, so you don't need to do a recursive clone... ... should be a workaround until we update it.