Mail Archives: djgpp/2002/06/12/07:32:59
On 11 Jun 2002 at 22:33, Antti Koskipaa wrote:
> Ok. I just downloaded gcc31b.zip and unzipped it at c:\djgpp with the -d
> option, as usual. I had a previously fully installed and fresh gcc 3.0.4 with
> binutils 2.11, djdev203 etc.
Seems that TMPDIR points to some directory which is R/O
> Now when I try to compile something, it waits for about 10 seconds apparently
> doing nothing, and then prints this:
It desparatelly retries to create temporary file for some time before giving up
I only suceeded to reproduce similar GCC crash when pointed TMPDIR to some
directory on CDROM. Below is backtrace I got from BFDSYMIFY
Andris
Call frame traceback EIPs:
0x00016a14 __djgpp_traceback_exit+48, file dpmiexcp.c
0x00016aee raise+90, file dpmiexcp.c
0x00015e8b abort+27, file abort.c
0x0001231c make_temp_file+272, file make-temp-file.c, line 174
0x0000d4af do_spec_1+6367, file gcc.c, line 4636
0x0000df03 handle_braces+483, file gcc.c, line 5489
0x0000dcb1 do_spec_1+8417, file gcc.c, line 5027
0x0000df03 handle_braces+483, file gcc.c, line 5489
0x0000dcb1 do_spec_1+8417, file gcc.c, line 5027
0x0000c543 do_spec_1+2419, file gcc.c, line 5094
0x0000df03 handle_braces+483, file gcc.c, line 5489
0x0000dcb1 do_spec_1+8417, file gcc.c, line 5027
0x0000df03 handle_braces+483, file gcc.c, line 5489
0x0000dcb1 do_spec_1+8417, file gcc.c, line 5027
0x0000df03 handle_braces+483, file gcc.c, line 5489
0x0000dcb1 do_spec_1+8417, file gcc.c, line 5027
0x0000df03 handle_braces+483, file gcc.c, line 5489
0x0000dcb1 do_spec_1+8417, file gcc.c, line 5027
0x0000ba48 do_spec+88, file gcc.c, line 4218
0x0000f711 main+2881, file gcc.c, line 6150
0x00014248 __crt1_startup+176, file crt1.c
- Raw text -