OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 71 to Rev 72
    Reverse comparison

Rev 71 → Rev 72

/trunk/or1ksim/README
47,6 → 47,30
To select DLX simulation, change the target to the configure script to 'dlx'
and recompile everything (do 'make all' again).
 
GNU Tools
=========
 
To build GNU tools:
 
cvs -d :pserver:cvs@cvs.opencores.org:/home/oc/cvs -z9 co -d work or1k
mkdir b-b
cd b-b
../binutils/configure --target=or32-rtems --prefix=/opt/or32-rtems &&
make all install
export PATH=/opt/or32-rtems/bin:$PATH
cd ../gcc
./contrib/egcs_update --touch
ln -s ../newlib/newlib .
cd ..
mkdir b-gcc
cd b-gcc
../gcc/configure --target=or32-rtems \
--with-gnu-as --with-gnu-ld --with-newlib --verbose \
--enable-threads --prefix=/opt/or32-rtems --enable-languages="c" &&
\
make all install
 
 
Simulator test
==============
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.