eclipse / tinydtls

Eclipse tinydtls
https://projects.eclipse.org/projects/iot.tinydtls
Other
105 stars 57 forks source link

Pause Windows support? #213

Closed boaks closed 8 months ago

boaks commented 9 months ago

Dear Community,

since a couple of weeks the builds for Windows are broken and reports:

"unknown conversion type character 'z' in format"

I don't run Windows and so it's hard for me to fix that. A short web-search shows:

how-to-get-mingw-gcc-to-recognize-the-zu-format-specifier-for-size-t

There the proposal is to use an other tool-chain (clang instead of mingw).

Anyway, without volunteers working on supporting Windows, I propose to suspend the support for now until someone is again able to work on this windows issues.

Any comments?

boaks commented 9 months ago

I tried to apply the proposed "-D__USE_MINGW_ANSI_STDIO" (see PR #216). Luckily it works ;-).

boaks commented 8 months ago

As for now, the "%zu" issue is solved. So closing it for this time:-)