ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #18884
Compiling a Pascal program
I try to compile the program mol2ps.pas from rootfs
https://onedrive.live.com/redir?resid=E122A786E88AFF6!120&authkey=!AIQpEXKX1Xn3G4I&ithint=file%2cpas
These are the commands:
fpc -S2 -O3 mol2ps.pas
but there are some errors:
Free Pascal Compiler version 2.6.4+dfsg-4 [2014/10/24] for arm
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Linux for ARMHF
Compiling mol2ps.pas
Assembling mol2ps
mol2ps.pas(8871) Error: Error while assembling exitcode 1
mol2ps.pas(8871) Fatal: There were 2 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppcarm returned an error exitcode (normal if you did not specify a source file to be compiled)
And those:
https://onedrive.live.com/redir?resid=E122A786E88AFF6!121&authkey=!APqb6FWGZl1ifCU&ithint=file%2ctxt
I don't know if it is possible to resolve it or not.
Cheers,
Cesar
Follow ups