undefined reference to 'nlr_jump_fail'

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
kdelport
Posts: 6
Joined: Wed Mar 31, 2021 7:11 am

undefined reference to 'nlr_jump_fail'

Post by kdelport » Tue Apr 06, 2021 1:46 pm

Hi everyone,

I try to use MicroPython on a C application, so I compile MicroPython core into a static library :https://github.com/jimmo/micropython/tr ... icropython

Before, I had some issues, now, I have only one issue and maybe, you could help me

Code: Select all

c:\st\stm32cubeide_1.6.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: C:/Users/stagebevoile/Desktop/Shared_Dir/uPy/libmicropython/libmicropython.a(nlrthumb.o): in function `nlr_jump':
/home/nke/micropython-libmicropython-port/ports/libmicropython/../../py/nlrthumb.c:97: undefined reference to `nlr_jump_fail'
Thanks for any help!

Post Reply