Hi,
I switched to the armcc compiler now. HardFP works fine in the hello world sample project.
Now I want to get it run in a larger project. But there are some problems.
- Compilation works.
- I can load the Programm
- Execution fails
The project uses a Preloader, to initialize Hardware and RAM.
The Execution of the Preloader was successfull, but when the main application is loaded, the execution fails (near the entry point).
Now the question, does the preloader also have to be compiled with hard floating point support?
The effect can be easily reproduced, if you take the sample project Altera-SoCFPGA-HardwareLib-16550-CV-ARMCC and compile it with hard-fpu support.
Any advices?