Laut Fehlermeldung würde ich auf XE7 tippen
https://www.google.de/search?q=%22us...ut+does+not%22
Zitat von
http://stackoverflow.com/questions/22989766/libopencl-so-uses-vfp-register-arguments-output-does-not:
This is telling you that libOpenCL.so and libGAL.so are using hard floating points and the VFP
unit, but your program is compiled to a program that uses soft floating points.
Use the -mfloat-abi=hard flag, and possibly -mfpu=vfp flag (see the gcc man page for other vfp variants that might be suitable).
Delphi nutzt doch nun auch MSBuild?
Wenn ja, dann sollte man diesen Parameter auch übergeben können.