Open xobs opened 1 year ago
Ah, hmm, indeed. I'm not particularly surprised. I typically stick to Linux / WSL when working on projects in my free time, so I've never actually tried building example_no_std
on windows.
If you (or anyone else reading this issue in the future!) would like to fix up this code to work correctly on windows (and, to be perfectly frank - work correctly at all, since the socket code is a bit bogus as-is), I'd be happy to accept a PR fixing it.
In the meantime, I'll leave this issue open, and slap a "help wanted" on the issue.
The
example_no_std
package doesn't build on Windows because it seems to use Unix-specific libc calls: