Sunday, 22 November 2015

Re: [gccsdk] readelf

On 21/11/15 23:50, Gavin Wraith wrote:
> Thanks John, Lee for the advice about using readelf.
> It shows that my object files have flags
> 0x200, GNU EABI, software FP. But what I want is
> 0x600, GNU EABI, software FP, VFP and
> that is what I thought I would be getting by having
>
> SYSCFLAGS= -mfpu=vfp -mtune=cortex-a7
>
> in the makefile. So why would GCC not be taking account
> of this?

Can you confirm that during building, the GCC command line does
contain the -mfpu=vfp option?

Lee.


_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment