X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f NNTP-Posting-Date: Sat, 10 Sep 2005 19:50:01 -0500 Date: Sat, 10 Sep 2005 17:51:03 -0700 From: David Chmelik User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp,gnu.gcc.help Subject: djgpp crosscompiling? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Lines: 17 NNTP-Posting-Host: 12.144.250.215 X-Trace: sv3-XILKAQBnGgUyDhkLHF5pG9GMcXn59vD8krBYOAHB7vlo+HAEqieDSwMn2JHsTXelYwIQCz+odccfNGx!9cRXruuQHDX7BPtlcMlg9kjjYPgU1qFGl6UsUQlbdOTmIkllrtCmUjS9xXsBj2eH3UrAOkYY/4yh X-Complaints-To: abuse AT taconic DOT net X-DMCA-Complaints-To: abuse AT taconic DOT net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have problems setting up gcc to DJgpp crosscompile (on slackware, maybe after trying netBsd similarly). It only makes i586 gpp stuff, but not actual gccs for that i586 "target". These were my env.vars: prefix=/usr/bin/djgpp, target=i586-pc-msdosdjgpp, PATH=$PATH:$prefix/bin, CC=/usr/bin/gcc I copied other commands in howto.32 to bash (resulting in the 3 logfiles in their dirs). Btw, these were in packages, and i made a packages/cross: gcc-3.2.tar.gz, binutils-2.13.1.tar.gz, djcrx203.zip, gcc32s2.zip. Can you use the newest gcc, or is it only set up for 3.2/3.2.2... not that i would try it yet if 3.2 or 3.2.2 needs more testing or at least explanation.