Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20010816190148.8200.qmail@web14204.mail.yahoo.com> Date: Thu, 16 Aug 2001 12:01:48 -0700 (PDT) From: Angus Young Subject: Virtual memory problem (Win98) To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I have downloaded a prebuilt GCC-3.0 targeted for arm-elf. gcc gives me out of memory errors whenever I try to compile any C program. $ touch test.c $ gcc -o test.o -c test.c Virtual memory exhausted: Invalid argument The GCC that comes with Cygwin (targeted for i386) works fine: $ /bin/gcc.exe -o test.o -c test.c $ /bin/objdump.exe -f test.o test.o: file format pe-i386 architecture: i386, flags 0x00000038: HAS_DEBUG, HAS_SYMS, HAS_LOCALS start address 0x00000000 I have not found a solution to this problem in the mailing list nor in the FAQ. My cygwin1.dll is version 1.3.2. I have tried changing memory settings in Control Panel->System and in the properties for the cygwin.bat. My system is Win98 (first edition) with 128 Mb RAM and IE5.5. The same version of GCC and Cygwin reportedly woks on Win2000. Is this a virtual memory problem, or a gcc-arm-elf problem? Any help is appreciated. __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/