Re: How to add xtensa in newlib
Jeff Johnston <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAOox84s_e5Gb+UHjV6dau4xeB4iWnMsSZOOPVSTqEjJURfggsw@mail.gmail.com> |
Besides the basic info which you can find on the newlib online FAQ https://sourceware.org/newlib/ from there click on FAQ and see item 6 there are also various resources on how to do this: For example, https://www.embecosm.com/appnotes/ean9/ean9-howto-newlib-1.0.pdf -- Jeff J. On Fri, Mar 29, 2019 at 10:55 PM 左应鹏 <[email protected]> wrote: > Hello > > I’m using newlib in my project( https://github.com/long568/MadOS < > https://github.com/long568/MadOS> ). > My choice : newlib-3.1.0 + gcc-7.4.0 > I’s easy to build them for ARM, but newlib has NOT supported Xtensa > yet. > I tried so many methods to add xtensa in newlib, but ultimately I > failed. > I would appreciate it if you give me some advice or guidance. > > Best regards