Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.063 Beiträge
Delphi 12 Athens
|
AW: ARM-Prozessor Probleme
15. Sep 2014, 20:37
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.
Neuste Erkenntnis:
Seit Pos einen dritten Parameter hat,
wird PoSex im Delphi viel seltener praktiziert.
Geändert von himitsu (15. Sep 2014 um 20:45 Uhr)
|