Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

ESP32 build failure #1897

Open
LaszloLango opened this issue Sep 1, 2018 · 1 comment
Open

ESP32 build failure #1897

LaszloLango opened this issue Sep 1, 2018 · 1 comment

Comments

@LaszloLango
Copy link

I tried to build ZJS for ESP32, but I ran into some issues. It looks like newlib is not supported by the Zephyr OS on ESP32. I've tried to edit src/zjs_common.json, but it did not help. I tried to add CONFIG_NEWLIB_LIBC=n", but it leads to other linker errors (missing libc and libm functions). I also tried to change the KConfig in the OS, to build as a native app, so libc functions where found by the linker, but it lead to an other linker error. Is there any workaround? Is it possible to build ZJS without external libc?

@LaszloLango
Copy link
Author

Related Zephyr OS issues: zephyrproject-rtos/zephyr#1495 & zephyrproject-rtos/zephyr#8922

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant