No space left on disk problem during bitbaking

Hi,

I am getting error compiling "No space left on disk", but I can see a
lot of space left from df. Does anyone know what is the problem?

asum-native-1.0-r1/temp/log.do_compile.13886
main.c:60: fatal error: error writing to /tmp/ccIwN5OH.s: No space
left on device
compilation terminated.
sha256.c:321: fatal error: error writing to /tmp/ccIwN5OH.s: No space
left on device
compilation terminated.

OE:beagleboard juan@juan-desktop:~/oe$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 19923676 4169684 14741900 23% /
tmpfs 125444 0 125444 0% /lib/init/rw
varrun 125444 108 125336 1% /var/run
varlock 125444 0 125444 0% /var/lock
udev 125444 140 125304 1% /dev
tmpfs 125444 576 124868 1% /dev/shm
lrm 125444 2392 123052 2% /lib/modules/
2.6.28-11-generic/volatile
overflow 1024 1024 0 100% /tmp
/dev/sr0 715732 715732 0 100% /media/cdrom0

juan wrote:

Hi,

I am getting error compiling "No space left on disk", but I can see a
lot of space left from df. Does anyone know what is the problem?

yes, you c*nn*t r**d:

main.c:60: fatal error: error writing to /tmp/ccIwN5OH.s: No space
left on device

and

You probably ran out of disk space on /tmp… try either building somewhere else, or adding some swap…

possibly out of inodes, not disk space. run "df -i".

rday

never mind, i missed the larger context of running out of /tmp, but
it's still worth remembering that that error message might still
relate to inodes, not disk space.

rday