8000 MIPS compilation fails · Issue #834 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content
MIPS compilation fails #834
Closed
Closed
@roger-

Description

@roger-

This commit breaks MIPS compilation:

mips-openwrt-linux-gcc -I. -I../py -Ibuild -Wall -ansi -std=gnu99 -DUNIX -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TIME=1   -DMICROPY_PY_FFI=1 -Os -DMICROPY_GCREGS_SETJMP=1 -DMICROPY_NLR_SETJMP=1 -DMICROPY_EMIT_X64=0 -c -MD -o build/py/runtime.o ../py/runtime.c
../py/runtime.c:1229:5: error: 'nlr_push' undeclared here (not in a function)
     nlr_push,
     ^
../py/runtime.c:1230:5: error: 'nlr_pop' undeclared here (not in a function)
     nlr_pop,
     ^
make: *** [build/py/runtime.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

      0