This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: VFP unit failed


raju goruganti <raju.goruganti@gmail.com> writes:

> On my  SOC(which uses cortex-a8 architecture) VFP coprocessor is not
> working properly, we are using codesourcery's(2010 lite
> version.gcc-4.4.1) tool chain,
> Now my question is While compiling any application ,what flags we
> should  avoid   so that any hard float instructions are not included?

The -msoft-float option should work.  However, for compiler support
libraries it will only work if the compiler was configured to build a
multilib for -msoft-float.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]