tinyos / tinyos-main

Main development repository for TinyOS (an OS for embedded, wireless devices).
1.41k stars 518 forks source link

Conflict ssize_t between tinyos coap library and nxp toolchain #321

Closed tim-bormann closed 9 years ago

tim-bormann commented 9 years ago

We are porting tinyos to the jn5168 platform, and have a problem The coap c lib defines ssize_t (as an unsigned integer, which is wrong anyhow), but the jennic toolchain defines this type as well, but hidden in binaries.

How to resolve that iusse ?

cire831 commented 9 years ago

so what was the resolution?

tim-bormann commented 9 years ago

no resolution yet, but we figured this the wrong place to ask. this concerns libcoap, which is independent from tinyos.