URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [gnu_docs/] [Tool_Doc_Instructions] - Rev 1782
Compare with Previous | Blame | View Log
## Tool_Doc_Instructions,v 1.4 2002/01/17 21:47:45 joel Exp#Apparently, the tool documentation is tough to build without configuringin the tool source directory. So you need to do some magic to makethis happen. In addition, the makefiles included with the toolsonly support building dvi and info. So this directory istrying to help finish out building the tool documentation.# Odd Notes:## binutils/ld: May have to copy bfdsumm.texi from config/bfd to ld# gcc: no rule to build java.dvi# for binutils, gcc, and gdbmkdir doc_buildcp -r binutils-XXX gcc-XXX gdb-XXX newlib-XXX doc_buildcd TOOL-XXX./configure --target=i386-rtems --prefix=/usr3/tmp/DOCTMPmake info dvi# for newlib we have to do the build differently. It actually needs# to be configured and built for an RTEMS target so pick something# you have tools installed for. Hopefully, this will be a target# without many multilib variants. The actual target is not relevant# since the documentation is always the same.mkdir bcd b../newlib-1.8.2/configure --target=i386-rtems --prefix=/usr3/tmp/DOCTMPmakemake info dvicd ../newlib-1.8.2find newlib/ -name "*.t*" | cpio -pdum ../b/i386-rtems/find etc/ -name "*.t*" | cpio -pdum ../bcd ../b# run the script
