There is no space free on gcc22 to compile even a simple "hello world" program:

stefan@erpro8-fsf1:~/temp$ gcc c.c
c.c:7:1: fatal error: error closing /tmp/ccFc7XvK.s: No space left on device
compilation terminated.

The problem is caused by these directories in /tmp:
drwxr-xr-x 4 muller   muller      4096 Nov 25 02:27 mips-linux-output-Cg-O-
drwxr-xr-x 3 muller   muller      4096 Nov 25 02:49 mips-linux-output-Cg-O1
drwxr-xr-x 2 muller   muller      4096 Nov 25 02:51 mips-linux-output-Cg-O3
drwxr-xr-x 7 muller   muller     12288 Nov 25 05:21 mips-linux-output-Cg-O4

_______________________________________________
Gcc-cfarm-users mailing list
Gcc-cfarm-users@gna.org
https://mail.gna.org/listinfo/gcc-cfarm-users

Reply via email to