[fpc-devel] CrossCompiling :: Windows -> Linux/MIPS
Sven Barth
pascaldragon at googlemail.com
Wed Oct 31 19:10:04 CET 2012
You should also post how you compiled the compiler (e.g. your batch
file) so everyone knows what you did to reach your current state. ;)
Regards,
Sven
On 30.10.2012 21:54, SkyDiablo wrote:
> so wow !
>
> my question have a little prehistory, but direct to the problem. i have
> compile a crosscompiler;
>
> windows -> Linux/MIPS
>
> all works fine with one exception. if i start my helloWorld binary on my
> destination target system, i get this message:
>
> FPU emulator disabled, make sure your toolchain was compiled with
> software floating point support (soft-float)
>
> someone can think: "oh, the toolchain is wrong", but no, with the same
> toolchain and with an c++ source, i can create a working binary with
> this compiler switch: "-msoft-float".
>
> so, how can i implement this "software floating point" behavoir in my
> FPC binary?
>
> greez & thx,
> sky...
> <http://www.dict.cc/englisch-deutsch/prehistory.html>
>
>
> _______________________________________________
> fpc-devel maillist - fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel
>
More information about the fpc-devel
mailing list