This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
ARM native gcc-2.95.2
- To: gcc-help at gcc dot gnu dot org
- Subject: ARM native gcc-2.95.2
- From: bkohlen at intrinsyc dot com
- Date: Thu, 08 Mar 2001 16:39:29 -0800
OK, I used my existing arm-linux-gcc cross-compiler to build a native
arm gcc. When using the arm native gcc to compile a simple C (int
main(void){return 0;}) program (or a complex one for that matter) it
hangs for about 30 seconds, and then I repeatedly get the message:
Out of memory: Killed process 553 (cpp)
about 50-100 times. I have 32M of RAM on the nfs-rooted board I am
working with, don't see how it could actually be a problem.
If you have any advice, please CC me, as I'm not subscribed to the list.
Thanks,
Ben