You are not logged in.
Trying to compile a mac osx arm64 app with Delphi 13 using mormot.core.json, mormot.core.variants, mormot.core.unicode, mormot.core.base, mormot.orm.core
I am getting the following error:
[dccosxarm64 Error] E2597 ld: file not found: c
how to solve it?
Thank you in advance
Offline
Mac arm64 is not yet supported.
Only Mac x64 and Linux x64 have preliminary support.
There is still the big problem of no internal asm in Delphi LLVM targets.
So we can't bootstrap the mormot.core.interfaces.pas unit as we can with FPC.
Just putting in place a full cross-compilation toolchain for a platform is a real PITA with Delphi, especially when you compare with how easy and stable it is with fpcupdeluxe. ![]()
I would need to have an actual Mac arm available, just to compile.
Offline