Skip to content

ESP8266 build broken #842

@jerryneedell

Description

@jerryneedell

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions