Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
43.147 Beiträge
 
Delphi 12 Athens
 
#3

AW: ARM-Prozessor Probleme

  Alt 15. Sep 2014, 19: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.
Garbage Collector ... Delphianer erzeugen keinen Müll, also brauchen sie auch keinen Müllsucher.
my Delphi wish list : BugReports/FeatureRequests

Geändert von himitsu (15. Sep 2014 um 19:45 Uhr)
  Mit Zitat antworten Zitat