Message-ID: <01a701c07b2e$dd331b40$0200a8c0@leslie> From: "Leslie Newell" To: References: Subject: Re: DJGPP cross compiler Date: Wed, 10 Jan 2001 17:40:07 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com Thanks, Eli It looks like the build must have gone a bit wrong somewhere. The version of cpp that is being used is definately the one that got built with the rest of the tools. Just out of interest is it normal for the .exe's to work without go32 or go32-v2 on the path? Les > > On Tue, 9 Jan 2001, Les Newell wrote: > > > If I try to run h8300-hms-gcc on a simple program containing a for loop I > > get the following: > > Load error: no DOS memory > > cpp.exe: Internal compiler error: program cpp got fatal signal 105 > > cpp.exe: Internal compiler error: program cpp got fatal signal 1 > [snip] > > Using builtin specs. > > gcc version 2.95.2 19991024 (release) > > cpp -lang-c -v -D__GNUC__=3D2 -D__GNUC_MINOR__=3D95 = > > -D__LONG_MAX__=3D2147483647L -D__LONG_LONG_MAX__=3D2147483647L = > > -D__LONG_MAX__=3D2147483647L -D__LONG_LONG_MAX__=3D2147483647L = > > -D__CHAR_UNSIGNED__ -D__H8300__ -D__SIZE_TYPE__=3Dunsigned int = > > -D__PTRDIFF_TYPE__=3Dint -Acpu(h8300) -Amachine(h8300) = > > -D__INT_MAX__=3D32767 hello.c C:\WINDOWS\TEMP\ccAVfKws.i > > Using builtin specs. > > gcc version 2.95.2 19991024 (release) > > cpp -lang-c -v -Acpu(h8300) -Amachine(h8300) = > > -D__LONG_MAX__=3D2147483647L -D__LONG_LONG_MAX__=3D2147483647L = > > -D__LONG_MAX__=3D2147483647L -D__LONG_LONG_MAX__=3D2147483647L = > > -D__CHAR_UNSIGNED__ -D__H8300__ -D__SIZE_TYPE__=3Dunsigned int = > > -D__PTRDIFF_TYPE__=3Dint -Acpu(h8300) -Amachine(h8300) = > > -D__INT_MAX__=3D32767 -D__GNUC__=3D2 -D__GNUC_MINOR__=3D95 = > > -D__LONG_MAX__=3D2147483647L -D__LONG_LONG_MAX__=3D2147483647L = > > -D__LONG_MAX__=3D2147483647L -D__LONG_LONG_MAX__=3D2147483647L = > > -D__CHAR_UNSIGNED__ -D__H8300__ -D__SIZE_TYPE__=3Dunsigned int = > > -D__PTRDIFF_TYPE__=3Dint -D__INT_MAX__=3D32767 hello.c -o = > > C:\WINDOWS\TEMP\ccAVfKws.i > > It looks like you have an infinite loop of cpp invocation. I think > this is a result of invoking the wrong cpp. Search the mail archives > of this group at http://www.delorie.com/djgpp/mail-archives/, and I > think you will find a few messages with similar problems and ways to > solve them (unfortunately, I don't remember the details).