QUERY · ISSUE
ESP32 and Zephyr: Error in nlr_push_tail call
port-zephyr
Hi, I have tried testing micropython porting for zephyr and ESP32 board. Got myself into this error:
*** Booting Zephyr OS build v3.0.0-rc1-34-gfe4ab778886c ***
MicroPython v1.18-63-g60e05ae84 on 2022-01-31; zephyr-esp32 with esp32
>>> print("hello")
Backtrace:0x400E1A39:0x3FFE64E0
0x400e1a39: nlr_push_tail at /home/sylvio/projects/espressif/zephyr/micropython/py/nlr.c:42
Steps to reproduce:
rm -rf build; west build -b esp32 -- -DCONF_FILE=prj_minimal.conf
west flash; west espressif monitor
CANDIDATE · ISSUE
Linker Error FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map
port-zephyr
I am doing zephyr setup using west tool. I have tried to build the samples (nucleo_f767zi samples\basic\blinky) which is available zephyrproject\zephyr\samples, but it is failing and getting linker error (FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map). Kindly anyone suggest me. For reference shared build error screenshot.
