Hi all, Soon the cross compilation works fine then I tried to compile without cross. :) I compiled fpc for the linux/mips platform. But when I try to compile the test application error occurs like that.
root@Omega-28F6:~/onion-omega/fpc-test# ppcmips hello.pas Free Pascal Compiler version 3.1.1 [2016/06/15] for mips Copyright (c) 1993-2016 by Florian Klaempfl and others Target OS: Linux for MIPSEB Compiling hello.pas hello.pas(2,6) Error: Compilation raised exception internally Fatal: Compilation aborted An unhandled exception occurred at $0055EF10: EAccessViolation: Access violation $0055EF10 here is the test application. program hello; begin writeln('Hello there.'); end. P.S. crosscompiled version works. Thanks. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/mips-linux-cross-compiled-application-error-tp5723048p5725464.html Sent from the Free Pascal - General mailing list archive at Nabble.com. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal