Does this also mean, that cross-compiling from Lazarus/FPC x64 to Linux x64 is possible now? I used to get "internal error 200208151" in this case.
I haven't tested that, so I don't know.
There is no cross compiler supplied by us.
But
from what I hear, if you have a cross compiler for that target, you will need certain library files for it to work.
If FPC gives you a "internal error ...." then this normally always is a bug in FPC that should be reported (at least if it can be reproduced).
However, does the FPC team has an officially released cross compiler for this? (I haven't checked)
And is that the one you use?
If not, you may check on the mail list.
Though, if
- you build it yourself
- you can supply git-SHA and exact commands you used to build it
- you have steps to reproduce the error
then I would think it should be reported.
Because, if you do something that is not supported => you should get a proper error, but not an "internal error".