RE: [PATCH] libgloss: add a little build system generation documentation
Tamar Christina <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <AM0PR08MB5316EBA91CA861A199B31BF2FF039@AM0PR08MB5316.eurprd08.prod.outlook.com> |
Hello, This commit seems to break the build: make[3]: Entering directory '/newlib/aarch64-none-elf/libgloss' MAKEINFO /src-newlib/libgloss/doc/porting.info /src-newlib/libgloss/doc/porting.texi:360: warning: node `Board support' is prev for `Build System Internals' in sectioning but not in menu /src-newlib/libgloss/doc/porting.texi:360: warning: node `Libgloss' is up for `Build System Internals' in sectioning but not in menu /src-newlib/libgloss/doc/porting.texi:87: node `Libgloss' lacks menu item for `Build System Internals' despite being its Up target make[3]: *** [Makefile:1233: /src-newlib/libgloss/doc/porting.info] Error 1 make[3]: Leaving directory '/newlib/aarch64-none-elf/libgloss' make[2]: *** [Makefile:1439: all-recursive] Error 1 Kind Regards, Tamar > -----Original Message----- > From: Newlib <[email protected]> > On Behalf Of Corinna Vinschen > Sent: Monday, February 28, 2022 10:39 AM > To: [email protected] > Subject: Re: [PATCH] libgloss: add a little build system generation > documentation > > On Feb 24 23:45, Mike Frysinger wrote: > > This is a bit of an abbreviated form of what's in the Newlib subdir, > > but with emphasis on Libgloss-specific parts, and anything unique to > > it. I haven't put too much effort in. > > --- > > libgloss/doc/porting.texi | 50 > > ++++++++++++++++++++++++++++++++++++++- > > 1 file changed, 49 insertions(+), 1 deletion(-) > > GTG > > Thx, > Corinna