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

ESP32 build failure #1897

@LaszloLango

Description

@LaszloLango

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?

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