Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: x11 cross-compile errors
I tried rebuilding tools and release after updating with compat_defs.h
fix and still got the same error about __UNVOLATILE. It compiles if I
add
#define __UNVOLATILE(a) ((void *)(unsigned long)(volatile void *)(a))
directly to fccache.c
>> cc1: out of memory allocating 1081140 bytes after a total of 896122880 bytes
>> *** [format_utils.pico] Error code 1
For format_utils.pico, the -02 flag seems to be causing the out of
memory error. When I removed that flag it compiled quickly instead of
running out of memory. May be this is gcc 4.8/powerpc related.
Thanks
Home |
Main Index |
Thread Index |
Old Index