Error while install binutils
Using the 4.1 book.
Just ran the command right from the book.
# make LDFLAGS=¨-all-static¨
and I got this.
gcc -s -DHAVE_CONFIG_H -I. -I../../binutils-2.13.2/opcodes -I. -D_GNU_SOURCE -I. -I../../binutils-2.13.2/opcodes -I../bfd -I../../binutils-2.13.2/opcodes/../include -I../../binutils-2.13.2/opcodes/../bfd -I../../binutils-2.13.2/opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -c ../../binutils-2.13.2/opcodes/dis-buf.c -o dis-buf.o
cc1: No space left on device: error writing to /tmp/ccFYBkIM.s
make[3]: *** [dis-buf.lo] Error 1
make[3]: Leaving directory `/root/lfs/packages/binutils-build/opcodes'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/lfs/packages/binutils-build/opcodes'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/root/lfs/packages/binutils-build/opcodes'
make: *** [all-opcodes] Error 2
Am I out of harddrive space?
Thanks
Last edited by KptnKrill; 10-02-2003 at 06:01 AM.
|