X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Subject: Re: [ANNOUNCE] DJGPP port of gcc-6.1.0 To: djgpp AT delorie DOT com References: <201604281739 DOT u3SHdF9o009018 AT delorie DOT com> <572B61D5 DOT 2040400 AT gmx DOT de> From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" Message-ID: <16909c8a-d835-21ab-67fb-9dcd397b630b@iki.fi> Date: Sat, 7 May 2016 16:13:59 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <572B61D5.2040400@gmx.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 05/05/2016 06:08 PM, Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp AT delorie DOT com] wrote: > Am 28.04.2016 19:19, schrieb Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via > djgpp-announce AT delorie DOT com]: >> >> This is announcement of an update of DJGPP port of GCC-6.1.0 >> > [snip] > > OFYI, I have tried to compile gcc610s on WinXP, Win2K and Win98SE and it is not > possible. I have used gcc610, gpp610, bnu226br3, djdev205, gmp610b, mpc103b and > mpfr313b. The build process stops with the creation of the following file: > > gpp -std=gnu++98 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W > -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute > -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie > -o build/genautomata.exe \ > build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o > build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o > build/errors.o ../build-djgpp/libiberty/libiberty.a -lm > build/genautomata.exe /gnu/gcc-6.10/gcc/common.md /gnu/gcc-6.10/gcc/config/i386/i386.md \ > insn-conditions.md > tmp-automata.c > > The file tmp-automata.c is completely empty. If I start genautomata.exe manually > with the above arguments I get again an empty file. The program itself seems to > work to some extend because if I start it manually without options and I interrupt > it with Control-Z I get the following output: I have not tried to reproduce this problem, but one thing came into the mind: - move directories build.gcc, gcc-6.10 and install.gcc to the root directory of drive and try building then. Andris