On 29 Oct 2007, at 11:42, Tobias Giesen wrote:
Yes, add the -CX- -X- command line options.
Or better: turn off all smart linking related options in Lazarus.
Thanks!
I did both, but somehow the error is still there. All the units
compile
fine, only the last step where the .dpr file is compiled fails. The
.s file of the main program remains in the folder. Can I edit it and
do the final steps manually, just for a test?
You can use the -s option so make the compiler only generate
assembler files, together with a script (called ppas.sh) to perform
the assembling and linking.
Jonas
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal