So I've tried this -no-integrated-as flag, it effectively allows the FPC code to compile ; but unfortunately this is incompatible with the Objective-C compiled code, which I'm using to wrap my FPC code.
This flag is even incompatible with the default iOS OpenGL Xcode template under Xcode 5.1, throwing a bunch of build errors like this:
:']' expected -- `vld1.64 {d12,d13},[r4:128]'
clang: error: assembler command failed with exit code 1 (use -v to see invocation)
Did I miss something, or am I screwed ?
