From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: cross-compiler, linux2dos Date: Mon, 5 Jan 1998 11:37:01 -0800 Organization: Hewlett Packard Lines: 22 Message-ID: <68rcol$8k6$1@rosenews.rose.hp.com> References: <3 DOT 0 DOT 16 DOT 19980102182106 DOT 297f2250 AT hem1 DOT passagen DOT se> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Peter Palotas wrote in message <3 DOT 0 DOT 16 DOT 19980102182106 DOT 297f2250 AT hem1 DOT passagen DOT se>... >Hi, I am having troubles setting up a cross-compiler from Linux to dos. I >running gcc-dos; "Installation problem, can't find cpp", or something like Did you try running with '-v' to see where gcc is looking for the pre-processor? Your cross-cpp should be located in a directory similar to this one /usr/local/lib/gcc-lib/i[x]86-go32-msdos/2.7.2.[x]/ Depending on what exact minor version of gcc you have (2.7.2.1, 2.7.2.1, ...) and what cpu you configured (i386,i586, ....) Also, be very careful with what version of binutils you have. The setup steps for 2.7 and 2.8 are different. Andy