[fpc-pascal] FPC_ARMEL system calls
Luca Olivetti
luca at ventoso.org
Sat Jan 1 02:20:15 CET 2005
En/na Luca Olivetti ha escrit:
> The following program:
>
> program hello;
>
> begin
> writeln('hello');
> end.
>
>
> runs but it doesn't print anything, neither under scratchbox nor on the
> tablet.
I installed strace on the tablet:
~ $ strace ./hello
execve("./hello", ["./hello"], [/* 59 vars */]) = 0
syscall: unknown syscall trap 0x00008000
Bye
--
Luca
More information about the fpc-pascal
mailing list