home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!uvaarpa!adastra!mbs
- From: mbs@adastra.cvl.va.us (Michael B. Smith)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: GCC wont create executable
- Distribution: world
- Message-ID: <mbs.1i33@adastra.cvl.va.us>
- References: <paul.043m@dragons.DIALix.oz.au>
- X-NewsSoftware: GRn-beta 1.16g (26.12.92) by Michael B. Smith & Mike Schwartz
- MIME-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- Date: 26 Dec 92 17:28:23 EST
- Organization: Well, I haven't decided on a name yet...
- Lines: 23
-
- In article <paul.043m@dragons.DIALix.oz.au> paul@dragons.DIALix.oz.au (Paul O'Neill) writes:
- > R(0);9:05AM> gcc hello.cc -lg++ -v
- > Reading specs from gcc:compilers/amiga/2.2.2/specs
- > gcc version 2.2.2
- > gcc:compilers/amiga/2.2.2/cpp -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2
- > -D__cplusplus -Dmc68000 -Damiga -Damigados -DMCH_AMIGA -DAMIGA -D__mc68000__
- > -D__amiga__ -D__amigados__ -D__MCH_AMIGA__ -D__AMIGA__ -D__mc68000 -D__amiga
- > -D__amigados -D__MCH_AMIGA -D__AMIGA -Dmc68010 hello.cc t:cc599160.i
- > GNU CPP version 2.2.2 (68k, MIT syntax)
- > gcc:compilers/amiga/2.2.2/cc1plus t:cc599160.i -quiet -dumpbase hello.cc -version -o
- > t:cc599160.s
- > R(1);9:05AM> _
- >
- > As you can see it ran 'cpp' and 'cc1plus' but then stopped with return code 1.
- >
- > Any suggestions anyone?
-
- How much contiguous memory have you got when you start the g++ compile? Just
- to hazard a guess, you need between 2-3 MB for a "hello world", without any
- include files at all.
- --
- // Michael B. Smith
- \X/ mbs@adastra.cvl.va.us -or- uunet.uu.net!virginia.edu!adastra!mbs
-