Mail Archives: djgpp/2013/07/23/14:22:33
> Date: Tue, 23 Jul 2013 21:06:39 +0300
> From: Eli Zaretskii <eliz AT gnu DOT org>
>
> > Date: Tue, 23 Jul 2013 16:29:50 +0200
> > From: Johann Klammer <klammerj AT NOSPAM DOT a1 DOT net>
> >
> > > ar q ./../../lib/libc.a @makefile.rf id_c.o
> > > C:\DJGPP-2.03\BIN/ar.exe: ./../../lib/libc.a: rename: Not enough memory
> > > (ENOMEM)
> > > make.exe[2]: *** [../../lib/libc.a] Error 1
> > > make.exe[1]: *** [all] Error 2
> > > make.exe: *** [subs] Error 2
> > >
> > > I do not know if the assembler warning is serious.
> > > I have increased the:
> > > Minimum amount of stack space (bytes/K/M) ? [0x500000 (5120k)]
> > > Size of real-memory transfer buffer (bytes/K/M) ? [0x8000 (32k)]
> > > of both make.exe and ar.exe but it did not work.
> > >
> > > Any suggestions?
> > >
> > Are you out of hard disk space?
>
> This might be some problem with 'rename' that rears its ugly head on
> Windows. Suggest to compare 'rename' from djdev203 and from the
> current sources, and see what was changed. Or maybe the problem was
> in '_rename' instead.
Actually, it might be much easier to try replacing ar.exe (or the
entire Binutils) with a newer version, which is known to work on
Windows XP.
- Raw text -