Shtoink wrote:
Once again, Neko comes in to save our butts...
Sorry, no luck this time. During the link process I get:
Linking xmess.x11 ...
ld32: WARNING 16 : apf_ints used in xmess.obj/apf.a(apf.o) and xmess.obj/apf.a(apf.o) have different sizes.
### Compiler Error in file 4.I (user routine 'x11_window_update_16_to_16bpp..CHKD') during Global Code Motion phase:
### Out of memory in Allocate_Large_Block
cc INTERNAL ERROR: /usr/lib32/cmplrs/be returned non-zero status 1
--- xmess.x11.ipaa003N-/4.o ---
*** Error code 1
/usr/sbin/smake: Error: 1 error
gmake: *** [xmess.x11] Error 2
This is with 1.5GB RAM and approximately 100MB free at the time of the error (no swap used).
Some particulars from makefile.unix:
CFLAGS = -fullwarn -n32 -mips4 -Ofast -OPT:Olimit=0 -IPA
IL = -DINLINE=static
LD = $(CC) -fullwarn -n32 -mips4 -IPA
Also, on the patch above ... maybe add an
#ifndef __ARCH_irix_al
as well? I noticed that choosing ARCH = irix_al (with sound using the new al package) tripped that bit up.