I have already made ./configure --target=msp430 --prefix=/usr/local/msp430 I think, without error.
If I try make, I get [r...@leszek binutils-2.11]# make make[1]: Wchodzę katalog `/usr/local/msp430/binutils/binutils-2.11/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wtraditional -pedantic choose-temp.c -o pic/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wtraditional -pedantic choose-temp.c /tmp/ccOpGABx.s: Assembler messages: /tmp/ccOpGABx.s:426: Warning: Unrecognized .section attribute: want a,w,x /tmp/ccOpGABx.s:426: Warning: Unrecognized .section attribute: want a,w,x /tmp/ccOpGABx.s:426: Error: Rest of line ignored. First ignored character is `,'. make[1]: *** [choose-temp.o] Błąd 1 make[1]: Opuszczam katalog `/usr/local/msp430/binutils/binutils-2.11/libiberty' make: *** [all-libiberty] Błąd 2 Thanks. Leszek. ---------- Przekazana wiadomość ---------- Subject: Re: [Mspgcc-users] Which distribution Date: Wed, 12 Feb 2003 14:27:13 +0300 From: Dmitry <di...@mail.ru> To: mspgcc-users@lists.sourceforge.net any actually. For example I'm running FreeBSD and Solaris and gcc builds fine. What does exactly gcc say on build? ~d