From: Rossz Newsgroups: comp.os.msdos.djgpp Subject: Re: More on building a cross compiler - help needed Date: Wed, 23 Feb 2000 22:50:55 GMT Organization: Deja.com - Before you buy. Lines: 21 Message-ID: <891o8d$ijr$1@nnrp1.deja.com> References: <38b0aa3f_1 AT news DOT jps DOT net> NNTP-Posting-Host: 208.239.86.120 X-Article-Creation-Date: Wed Feb 23 22:50:55 2000 GMT X-Http-User-Agent: Mozilla/4.5 [en] (Win95; U) X-Http-Proxy: 1.0 x35.deja.com:80 (Squid/1.1.22) for client 208.239.86.120 X-MyDeja-Info: XMYDJUIDrossz To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I finally got a build, but I'm not sure if is any good. When I attempt to compile with it, this happens: h8300-hms-gcc -O2 -fno-builtin -fomit-frame-pointer -Wall -Id:/legOS/include -I. -Id:/legOS/boot -c helloworld.c -o helloworld.o h8300-hms-gcc.exe: installation problem, cannot exec `cpp': No such file or directory (ENOENT) make.exe: *** [helloworld.o] Error 1 So I copied cpp.exe from cross/h8300-hms/bin/ to cross/bin/. This resulted in this: h8300-hms-gcc -O2 -fno-builtin -fomit-frame-pointer -Wall -Id:/legOS/include -I. -Id:/legOS/boot -c helloworld.c -o helloworld.o cpp.exe: installation problem, cannot exec `cpp': Argument list too long (E2BIG) make.exe: *** [helloworld.o] Error 1 Sent via Deja.com http://www.deja.com/ Before you buy.