Reputation: 184
I would like to compile my Rad Studio XE8 Delphi project under Rad Studio Seattle.
Compiling for Win32 and Win64 platforms are success. But when I try to compile the project with OSX, I always got an compile error:
[dccosx Fatal Error] F2084 Internal Error: AV0CAF8963-R00000014-0
If I try to compile a new Multi-Device-Application with a simple TButton, I got the same compile error also.
Upvotes: 1
Views: 862
Reputation: 612993
That's an internal compiler error (ICU). It should not happen and you should submit a report to Quality Portal.
A similar error was reported by Brian Hamilton at the Google+ Delphi Developers group: https://plus.google.com/104232310939175186229/posts/d5wv2nfsU7p
He believes that moving to a newer OSX SDK resolved the problem:
Changing to OSX 10.8.3 sdk and fixed!
You might try that to see if it helps.
Upvotes: 2