raju goruganti <raju.goruganti@xxxxxxxxx> 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