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.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal