Hi, 

I think this is a bug. Googling a bit, it seems that mingw doesn't provide 
EOVERFLOW error code but EFBIG instead. 
Can you open an issue for this ? 

The fix will simply consist in adding the following code, at the right place 
(any opinion ?, maybe at the begining of core/include/thread.h). 
#ifndef EOVERFLOW 
#define EOVERFLOW EFBIG 
#endif 

Alex 

----- Mail original -----

> next issue i faced!Although i did mingw-win32-pthread installation!Do you
> have any ideas, please?

> _______________________________________________
> users mailing list
> users@riot-os.org
> https://lists.riot-os.org/mailman/listinfo/users

Save 
_______________________________________________
users mailing list
users@riot-os.org
https://lists.riot-os.org/mailman/listinfo/users

Reply via email to