[fpc-devel] Can't build FPC what can be a reason?

Paul Ishenin ip at kmiac.ru
Mon Apr 11 02:31:31 CEST 2011


Hello, FPC developers' list.

I can't build FPC today. Executable is always differ by one byte with 
the previous and cmp don't let me continue after make cycle:

D:/programming/fpc_2_4/bin/i386-win32/cmp.exe -i218 ppc3.exe ppc386.exe
ppc3.exe ppc386.exe differ: char 6036742, line 17491

If I do a manual compare then:

D:\programming\fpc\compiler>fc ppc2.exe ppc3.exe /b
comparing files ppc2.exe and PPC3.EXE
005C1D05: C8 E8

D:\programming\fpc\compiler>fc ppc3.exe ppc386.exe /b
comparing files ppc3.exe and PPC386.EXE
005C1D05: E8 00

Looks like some random byte is generated at this address.

--
Best regards,
Paul Ishenin.




More information about the fpc-devel mailing list