forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
current master fails building esp8266
GEN build/genhdr/qstr.i.last
QSTR updated
GEN build/genhdr/qstrdefs.generated.h
../../py/moduerrno.c: In function 'mp_errno_to_str':
../../py/moduerrno.c:106:18: error: 'EPERM' undeclared (first use in this function)
case EPERM: return MP_QSTR_Permission_space_denied;
^
../../py/moduerrno.c:106:18: note: each undeclared identifier is reported only once for each function it appears in
../../py/moduerrno.c:107:18: error: 'ENOENT' undeclared (first use in this function)
case ENOENT: return MP_QSTR_No_space_such_space_file_slash_directory;
^
../../py/moduerrno.c:108:18: error: 'EIO' undeclared (first use in this function)
case EIO: return MP_QSTR_Input_slash_output_space_error;
^
../../py/moduerrno.c:109:18: error: 'EACCES' undeclared (first use in this function)
case EACCES: return MP_QSTR_Permission_space_denied;
^
../../py/moduerrno.c:110:18: error: 'EEXIST' undeclared (first use in this function)
case EEXIST: return MP_QSTR_File_space_exists;
^
../../py/moduerrno.c:111:18: error: 'ENODEV' undeclared (first use in this function)
case ENODEV: return MP_QSTR_Unsupported_space_operation;
^
../../py/moduerrno.c:112:18: error: 'EINVAL' undeclared (first use in this function)
case EINVAL: return MP_QSTR_Invalid_space_argument;
^
../../py/mkrules.mk:53: recipe for target 'build/py/moduerrno.o' failed
make: *** [build/py/moduerrno.o] Error 1
Metadata
Metadata
Assignees
Labels
No labels