Re: [PATCH] libgloss: add a little build system generation documentation
Mike Frysinger <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <YiBChOcJo9lGXYid@vapier> |
On 02 Mar 2022 13:10, Tamar Christina wrote: > 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 builds fine for me w/texinfo-6.8. what version are you using ? current texinfo guidelines is to omit the 2nd+ args for @node. wonder if that would fix the build for you. -mike --- a/libgloss/doc/porting.texi +++ b/libgloss/doc/porting.texi @@ -311,7 +311,7 @@ and uninstalled object tree. It also makes it easier to debug the other tools using libgloss's test suites. -@node Board support, , Building libgloss, Libgloss +@node Board support @section Adding Support for a New Board This section explains how to add support for a new board to libgloss.
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmIgQoQACgkQQWM7n+g3 9YFQUhAAz8N9kMiBCYWfIqUvULhJEGDGOcBXVbaZvJFFa4MIlCd6mUrvjO6MR0ZP 3+lzJFyaZxKSh8u5C1D6VCbQ15IDbvSluWmhZle7ZZnqEpM73tFmtrXaBkab5Pt0 JJFz71gouKxWH41tMfyCrdb2hPjIhtOHkU6V0Twpp6PMQwICXrmZC/Qw+wmf/anP y0tSYvxgPn4JsOX5ZdYavYB/P4nBub2V9u1bTrVEtyAUtYRqoUMox2eeRo3guZzM EArIhG0yzTsakZvw4OT1bYOnYTxduYRpaAEdlsaRC2mi32OhGB8I2OqdktxW6i09 QjIPmaprjevjAR0Du5DLS43and3wLknRZiHX/kQJjMJVlw2OvvaqmUzpl1abhUvD TQ54CHguyN63dnboMi+8H/unb3d1nOj5XER0Yv/h7p4jJvI5EF0r2iZTE34HDGSq RTxmU/lKt1HjV91rm7LRP9bPmsT4m3840OZ6yEeasFp3PwfVlRa8iypdXhXwdgqv BjTIIve3kacvlNtMVdW24U/RGCdmiXYOhbMZMGteyJZWvFR6t/6+5GhgjgrnAQPs LBfjSlEwgkx2LMLLjkBQFQ3q09G/HxOj7s/w4LzK03Br8fQssGwXOr3tVrv8Ofms gtJEmn3rxRlrYRvlzrEgpPAwedb8Uvpu/X/lyBcYDTUjICKzHsY= =/3fP -----END PGP SIGNATURE-----