Hi,
I am trying to compile latest mspgcc.

First steps (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 I got is issued when running the following command:
make 2>&1 | tee mo

The return 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

I am just wandering why sysdep.h is missing.

Anyone faced to the same?
Thx

----------------------------------------------------------------------------
Contact address:

EPFL - STI-IBI2-LHTC
BM5126
Stephane Bigler
Station 17
CH - 1015 Lausanne

phone: +41(0)21 693 0933
fax    : +41(0)21 693 9635
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to