2009-02-09 12:24:02 compiling error
nawleh nawleh (EGYPT)
Message: 69138
this error apears when i do 'make' command in /host/newfile/uClinux-dist-2008R1.5-RC3 directory
<built-in>:0: fatal error: when writing output to /tmp/cciQM09o.s: No space left on device
compilation terminated.
make[1]: *** [.tmp_kallsyms1.o] Error 1
make[1]: Leaving directory `/host/newfile/uClinux-dist-2008R1.5-RC3/linux-2.6.x'
make: *** [linux] Error 1
please help me
thanks in advance.
QuoteReplyEditDelete
2009-02-09 12:34:50 Re: compiling error
Mike Frysinger (UNITED STATES)
Message: 69141
the error looks pretty self explanatory. you ran out of space on your system.
QuoteReplyEditDelete
2009-02-09 12:37:27 Re: compiling error
nawleh nawleh (EGYPT)
Message: 69142
the free space in this directory is 94.4 GB
QuoteReplyEditDelete
2009-02-09 12:44:22 Re: compiling error
Mike Frysinger (UNITED STATES)
Message: 69143
look again. the file is being written to /tmp/. this error doesnt show up randomly, it shows up *when you run out of space*.
QuoteReplyEditDelete
2009-02-09 13:01:31 Re: compiling error
nawleh nawleh (EGYPT)
Message: 69145
thanks for help
i'm trying to solve the space problem.
QuoteReplyEditDelete
2009-02-09 19:23:24 Re: compiling error
nawleh nawleh (EGYPT)
Message: 69155
the same error happend again with uClinux-dist-2008R1-RC8
aslo i checkd the vmImage .....
omar@omar-laptop:/media/disk/uClinux-dist-2008R1-RC8$ make
rm -f linux-2.6.x/usr/initramfs_data.cpio.gz
make ARCH=blackfin CROSS_COMPILE=bfin-uclinux- -j4 -C linux-2.6.x || exit 1
make[1]: Entering directory `/media/disk/uClinux-dist-2008R1-RC8/linux-2.6.x'
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
GEN usr/initramfs_data.cpio.gz
AS usr/initramfs_data.o
LD usr/built-in.o
CHK include/linux/compile.h
SKIPPED include/linux/compile.h
GEN .version
CHK include/linux/compile.h
SKIPPED include/linux/compile.h
LD .tmp_vmlinux1
KSYM .tmp_kallsyms1.S
AS .tmp_kallsyms1.o
LD .tmp_vmlinux2
KSYM .tmp_kallsyms2.S
AS .tmp_kallsyms2.o
LD vmlinux
SYSMAP System.map
SYSMAP .tmp_System.map
MODPOST vmlinux
Building modules, stage 2.
OBJCOPY arch/blackfin/boot/vmlinux.bin
GZIP arch/blackfin/boot/vmlinux.gz
MODPOST 59 modules
UIMAGE arch/blackfin/boot/vmImage
/opt/uClinux/bfin-uclinux/bin/bfin-uclinux-mkimage: Can't map arch/blackfin/boot/vmImage: No such device
make[2]: *** [arch/blackfin/boot/vmImage] Error 1
make[1]: *** [vmImage] Error 2
make[1]: Leaving directory `/media/disk/uClinux-dist-2008R1-RC8/linux-2.6.x'
make: *** [linux] Error 1
QuoteReplyEditDelete
2009-02-09 19:26:08 Re: compiling error
Mike Frysinger (UNITED STATES)
Message: 69156
2008R1.5 is the latest release, not 2008R1
also make sure you upgrade toolchain as well as the dist
QuoteReplyEditDelete
2009-02-11 18:37:38 Re: compiling error
nawleh nawleh (EGYPT)
Message: 69295
this error apears when i do 'make' command in /host/newfile/uClinux-dist-2008R1.5-RC3 directory
<built-in>:0: fatal error: when writing output to /tmp/cciQM09o.s: No space left on device
compilation terminated.
make[1]: *** [.tmp_kallsyms1.o] Error 1
make[1]: Leaving directory `/host/newfile/uClinux-dist-2008R1.5-RC3/linux-2.6.x'
make: *** [linux] Error 1
please help me
thanks in advance.
---
this was space problem, i have freed more space and the compiling completed
thank u very much Mike for ur help.
QuoteReplyEditDelete
2009-02-11 18:55:42 Re: compiling error
Mike Frysinger (UNITED STATES)
Message: 69297
glad it's working for you now. hopefully that's the last bug you run into ;).