[fpc-devel] Defines layout for mips
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Dec 7 16:12:08 CET 2009
On 07 Dec 2009, at 16:08, Marc Weustink wrote:
> mipsel is not ready yet, even if you copy mips.inc from ../mips and
> you fix prt0.as and touch the right .as files and you have the
> crossbinutils, then still not all abstract methods of the compiler
> are implemented, resulting in:
>
> Free Pascal Compiler version 2.5.1 [2009/12/06] for mipsel
> Copyright (c) 1993-2009 by Florian Klaempfl
> Target OS: Linux for MIPSEL
> Compiling system.pp
> Fatal: Compilation aborted
> An unhandled exception occurred at $080AEE50 :
> EAccessViolation : Access violation
An unimplemented abstract method should result in run time error 211,
not in a segmentation fault.
Jonas
More information about the fpc-devel
mailing list