Hi guys,
I am trying to make mspgcc-uniarch available on Slitaz (a light and really nice 
linux distribution). I would appreciate if someone could help me on this:

When trying to compile binutils (part of latest mspgcc uniarch), I am faced to 
this error:

/size.Tpo -c -o size.o ../../binutils/size.c
In file included from ../../binutils/size.c:33:0:
../../binutils/sysdep.h:30:20: erreur fatale: bfdver.h : No such file or 
directory
compilation termin?e.
make[2]: *** [size.o] Error 1


Following are the commands I used (from patch file):
  tar xzf binutils-2.21.tar.gz
  ( cd binutils-2.21 ; patch -p1 < ../msp430-binutils-2.21-20110612.patch )
  mkdir -p BUILD/binutils
  cd BUILD/binutils
  ../../binutils-2.21/configure \
    --target=msp430 \
    --prefix=/usr/local/msp430 \
  2>&1 | tee co
  make 2>&1 | tee mo
  make install 2>&1 | tee moi

The error is thrown when running this specific command:
make 2>&1 | tee mo

The returned error is:
/size.Tpo -c -o size.o ../../binutils/size.c
In file included from ../../binutils/size.c:33:0:
../../binutils/sysdep.h:30:20: erreur fatale: bfdver.h : No such file or 
directory
compilation terminée.
make[2]: *** [size.o] Error 1

Obviously, the file bfdver.h is missing. Where is this file supposed to come 
from?
Thank you for helping.
Stephane

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to