[fpc-devel] Can't build FPC what can be a reason?
Florian Klämpfl
florian at freepascal.org
Tue Apr 12 21:45:56 CEST 2011
Am 11.04.2011 02:31, schrieb Paul Ishenin:
> 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.
How do you start compilation? Because I cannot reproduce it on Windows
7/win32.
More information about the fpc-devel
mailing list