On Tue, 2012-03-20 at 01:44 -0700, kruger wrote: 
> Hello!
> 
> Sorry for my English 
> 
> I want build toolchain from tutorial in this page 
> http://openrisc.net/toolchain-build.html Building the easy way 
> 
> My operation system: 
> Ubuntu 10.10
> GNU/Linux kernel 2.6.35-32
> 
> My steps:
> 1. Download toolchain:
> $ git clone git://openrisc.net/jonas/toolchain
> 2. Go to the new folder:
> $ cd toolchain
> 3. Update sources:
> $ git submodule update --init
> 4. Build toolchain:
> $ make -j2 PREFIX=/media/elements/opencores/toolchain

<snip>

Hi Kruger,

Looks like the C++ library isn't building correctly. If you can't get
this to work, you can try the stable tool chain on opencores.org, based
on GCC 4.5. Details are here:

        http://opencores.org/or1k/OR1K:Community_Portal#Toolchains

The script bld-all.sh will build the script, but you will need to tell
it where you have installed Or1ksim (default /opt/or1ksim-new) and where
you want to install the tool chain (/opt/or32-new). You need to build
and install Or1ksim first, since it is used as the simulator for GDB.

HTH,


Jeremy

-- 
Tel:      +44 (1590) 610184
Cell:     +44 (7970) 676050
SkypeID: jeremybennett
Email:   [email protected]
Web:     www.embecosm.com

_______________________________________________
OpenRISC mailing list
[email protected]
http://lists.openrisc.net/listinfo/openrisc

Reply via email to