eclipse / tinydtls

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

tinydtls not compiling for Zephyr/Newlib #225

Closed SebastianSchueller closed 6 months ago

SebastianSchueller commented 7 months ago

tinydtls doesn't build on Zephyr since 0e865aa, the _GNU_SOURCE causes conflicts in definitions present in toolchain/posix headers and in Zephyr headers.

Can be reproduced by trying to compile https://github.com/boaks/zephyr-coaps-client

boaks commented 6 months ago

Thanks for reporting. I'm on vacation and will have a look at it when I'm back next week.

boaks commented 6 months ago

Your PR #226 is available on branch "feature/connection_id" and "develop"