[fpc-pascal] DateToStr in arm does not work!
Bernd Mueller
mueller.b at gmx.net
Tue Jul 3 22:22:54 CEST 2007
josepascual wrote:
> Hi Everyone;
>
> Please, can someone test this program and write to the list if it works in
> arm-linux.
>
> program datetostr_test;
>
> uses sysutils;
>
> begin
>
> writeln(datetostr(now));
>
> end.
>
> I always receive
>
> An unhandled exception occurred at $BEED89C8 :
> EAccessViolation : Access violation
> $BEED89C8
>
>
> if for someone this program work, please write me with your Fpc for arm
> version.
the program works for me.
FPC 2.1.4 compiler built without softfloat option, running on an (little
endian) ARM processor without fpu on Linux, kernel version 2.6.21.1 (OABI).
ppcrossarm -gl datetostr_test.pas
Regards, Bernd.
More information about the fpc-pascal
mailing list