Codeworks hard floating point compile error

Hello all,

I’m trying to enable the hard floating point option with the very latest Codeworks package and I’m hitting this issue when linking.

>C:/NVPACK/android-ndk-r12b/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin\ld.bfd.exe : error : Tegra-Android/Release/lodepng.o uses VFP register arguments, C:/Users/Maddius/Documents/Work/Coding/Games/Projects/Remake/src/Tegra-Android/Release/libRemake.so does not
1>  C:/NVPACK/android-ndk-r12b/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin\ld.bfd.exe: failed to merge target specific data of file Tegra-Android/Release/lodepng.o

I’ve Googled and tried to ensure that the flags between the compiler and linker are consistent, I wondered if anybody else has had this issue and what the best way of resolving it might be?

Thanks