Help with binutils-cvs 2002-02-15 test results interpretation on sparc-linux

Nick Clifton nickc@cambridge.redhat.com
Wed Jan 16 04:46:00 GMT 2002


Hi Christian,

> Let's start with just gcc and binutils.
> 
> You have the gcc cvs source tree, in my case /share1/gcc-dev/gcc
> and the binutils cvs source tree, in my case /share1/gcc-dev/src
> 
> Now, in the gcc tree, thatÂ’s is in the dir /share1/gcc-dev/gcc I make
> symbolic links to binutil's cvs tree.
> 
> Like this, in my case:
> 
> cd /share1/gcc-dev/gcc
> ln -s ../sourceware/src/bfd

except that you would do:

  ln -s ../src/bfd .

since you do not have a directory named 'sourceware'... :-)

> (not libgloss and not ld twice, right?)

Right.

Cheers
        Nick



More information about the Binutils mailing list