You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
Below is error returned by make:
./src/shared/sol-util.c:49:1: error: unknown type name 'locale_t
./src/shared/sol-util.c:63:26: error: 'LC_ALL_MASK' undeclared (first use in this function)
The text was updated successfully, but these errors were encountered:
dborquez
changed the title
old glibc produces the error msg: /src/shared/sol-util.c:49:1: error: unknown type name 'locale_t' at compilation time
[P2] old glibc produces the error msg: /src/shared/sol-util.c:49:1: error: unknown type name 'locale_t' at compilation time
Sep 15, 2015
Compiler error impedes build soletta for Galileo board.
Steps to reproduce the issue:
Below is error returned by make:
./src/shared/sol-util.c:49:1: error: unknown type name 'locale_t
./src/shared/sol-util.c:63:26: error: 'LC_ALL_MASK' undeclared (first use in this function)
The complete output is in the next link: http://pastebin.com/ZrueV2Nm
Thank you.
The text was updated successfully, but these errors were encountered: