Mail Archives: djgpp/1993/05/20/21:59:05
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 -