crosstool-NG icon indicating copy to clipboard operation
crosstool-NG copied to clipboard

Newlib does not support CPU xtensa

Open jackwilsdon opened this issue 7 years ago • 3 comments

I'm experiencing an issue with compiling xtensa-lx106-elf with newlib as the standard library, as I am receiving the message "Newlib does not support CPU xtensa" whenever I run ct-ng build.

Files

If you need any more information please don't hesitate to ask.

jackwilsdon avatar Aug 11 '16 23:08 jackwilsdon

possible with this fork? https://github.com/espressif/crosstool-NG

ghost avatar Oct 16 '16 05:10 ghost

Hm... I am using espressif fork and getting the same error. Ah, perhaps the version of newlib 2.2.0 is not part of 1.22.0 release, which has 2.1.0 as the latest.

creatica-soft avatar Jul 02 '20 10:07 creatica-soft

@creatica-soft you can enable ct-ng experimental features and then specify newlib repository by URL. Chosen newlib version doesn't matter in that case. See this config for example.

jcmvbkbc avatar Jul 02 '20 13:07 jcmvbkbc