Re: _newlib_version.h not filled with data
Jeff Johnston <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAOox84tQysJrPc872QVYOZvVo3kCS2fhN3tpyedC7=pTwrM-Sw@mail.gmail.com> |
Hi Mara, I have pushed a fix for this. Not sure why the _newlib_version.hin file was changed as such, but I put it back to how it was done in earlier versions and added the needed AC_DEFINE statements back into configure.ac. I tested and it is working again. -- Jeff J. On Mon, Aug 22, 2022 at 2:45 PM Mara Sophie Grosch <[email protected]> wrote: > Hi, > > looks like current master is broken, not filling the macros in > _newlib_version.h with data - it stays unprocessed. > > Just stumbled over this while building for my hobby OS target, but > someone else stumbled over this, too [1]. > > Sadly no idea how to fix this :/ > > Best, Mara > > [1] > https://stackoverflow.com/questions/73444689/macros-defined-in-newlib-version-h-are-not-filled-with-actual-value > >