Mail Archives: djgpp/2016/05/07/09:14:18
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
- Raw text -