URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [README] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
OpenRISC Development GNU Tool Chain Repository==============================================This directory is where you will find all the source trees for the developmentversion of the GNU tool chain. The newlib library is included, since that isrequired for GCC testing. The code in this directory should be functional, butis not considered stable.Note that the Linux tool chain requires uClibc and Linux, which should bedownloaded using git.Stable release source trees are found in the gdb-src directory.The file structure mirrors that of the main Free Software Foundationrepository. There are two main directories:"or1k-src" mirrors the upstream src directory and contains the code forCGEN, binutils, newlib, gdb and associated libraries."or1k-gcc" mirrors the upstream gcc directory and contains the code for gccand its associated libraries.The tool chains (or1k-elf for bare metal and or1k-linux-uclibc for Linuxapplications) are built using a source tree, combining these twodirectories.Three scripts are provided"bld-elf.sh" to build the newlib tool chain"bld-linux-uclibc.sh" to build the uClibc tool chain"bld-all.sh" to build both tool chainsBy default the tests (which require DejaGnu to be installed) are *not* run.Any questions should be posted on the OpenRISC forum atopencores.org/forum,OpenRISC, or discussed on IRC at freenode.net, channel#opencores.Jeremy Bennett1 March 2012
Go to most recent revision | Compare with Previous | Blame | View Log
