jcmvbkbc / crosstool-NG

crosstool-NG with support for Xtensa
Other
107 stars 180 forks source link

Newlib does not support CPU xtensa #28

Open jackwilsdon opened 8 years ago

jackwilsdon commented 8 years ago

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.

ghost commented 7 years ago

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

creatica-soft commented 4 years ago

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.

jcmvbkbc commented 4 years ago

@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.