Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!think!ames!sdcsvax!ucbvax!cbosgd!osu-cis!tut!mdf From: mdf@tut.cis.ohio-state.edu (Mark D. Freeman) Newsgroups: comp.unix.xenix Subject: Re: XENIX Compiler Limitations Message-ID: <416@tut.cis.ohio-state.edu> Date: Mon, 12-Oct-87 23:50:12 EDT Article-I.D.: tut.416 Posted: Mon Oct 12 23:50:12 1987 Date-Received: Wed, 14-Oct-87 06:36:06 EDT References: <1835@crash.CTS.COM> Reply-To: mdf@tut.cis.ohio-state.edu.UUCP (Mark D. Freeman) Organization: StrongPoint Systems, Inc.; Columbus, OH. (guest of Ohio State U.) Lines: 17 In <1835@crash.CTS.COM> jkimble@crash.CTS.COM (Jim Kimble) writes: >For the past few days I have been in the process of porting over a UNIX >(system V) program over to a XENIX machine (It's a TI-1100 2MB of ram, >with nothing real special under the hood). > >I have been having a problem of running out of heap space. The error occures >when the compiler hits a whole load of DEFINE statements (in "C", obviously). Try the -LARGE option to cc. This causes it to use executables that were compiled in large model to process your code. Therefore, it can deal with more than 64K worth of heap. Without -LARGE, you can add all the memory you want, but the compiler can only use 64K of data space. -- Mark D. Freeman (614) 262-3703 StrongPoint Systems, Inc. mdf@tut.cis.ohio-state.edu 2440 Medary Avenue ...!cbosgd!osu-cis!tut.cis.ohio-state.edu!mdf Columbus, OH 43202 Guest account at The Ohio State University