www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1993/05/20/21:59:05

Date: Thu, 20 May 93 19:31:24 -0500
From: rcharif AT math DOT utexas DOT edu
Posted-Date: Thu, 20 May 93 19:31:24 -0500
To: djgpp-announce AT sun DOT soe DOT clarkson DOT edu
Subject: Building a djgpp cross compiler
Reply-To: rcharif AT math DOT utexas DOT edu

Hi,

The original version of xgcc that I uploaded on the 18th didn't
recognize the SPECS_PATH env var. There is a new version now. Those
who already got the cross compiler will want to get the file xgcc.zip.

Someone reported a problem with crt0.o. SPECS_PATH should solve it.

When using the cross-compiler you need to give it the complete path to
the file crt0.o that comes with djgpp libraries or change that in the
startfile portion of the specs file and use the SPECS_PATH env var so
that the cross compiler finds the right one.

If you put the specs file /usr/local/gcc-386dos/lib, you need to add
the following to your script (don't forget the final slash) :

	SPECS_PATH=/usr/local/gcc-386dos/lib/
	export SPECS_PATH

Rami

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019