Re: [Mspgcc-users] binutils compile error - bfdver.h: No such file or directory

2011-07-01 Thread Peter Bigot
That file is created in the build directory, at BUILD/binutils/bfd/bfdver.h. Earlier in the make output there should have been text like: make[2]: Entering directory `/opt/msp430/BUILD/binutils-dev/bfd' creating bfdver.h rm -f elf32-target.h sed -e s/NN/32/g < ../../../binutils/bfd/elfxx-target.h

[Mspgcc-users] binutils compile error - bfdver.h: No such file or directory

2011-06-30 Thread Bigler Stéphane
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/siz

[Mspgcc-users] binutils compile error

2011-06-24 Thread Bigler Stéphane
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=/us