So I did just change the target on my IDE (even though I do not have the cross compiler).
Running the IDE from a console, it outputs what it does....
It runs:
./fpc.exe -iWTOTP -Paarch64
Which expectingly for me fails
Error: ppca64.exe can't be executed, error message: Failed to execute ""ppca64.exe" -iWTOTP", error code: 2
What does this give for you, if you run the above command by hand on your fpc.sh ?
Btw, if I do it for my installed CPU:
$ ./fpc.exe -iWTOTP -Px86_64
3.3.1 win64 x86_64
That is in the response.
- fpc version
- target OS
- target CPU
Btw the error I get in the IDE is "lisCompilerDoesNotSupportTarget"
Compiler "%s" does not support target %s-%s
In case the relevant IDE code needs to be located.