[Lazarus] Cross-compiling -> MIPS

Mark Morgan Lloyd markMLl.lazarus at telemetry.co.uk
Tue Oct 30 19:29:28 CET 2012


SkyDiablo wrote:
> YES, i think i got it!
> 
> okay, i was not sure over the hole time if my toolchain is the right 
> choise... but now, i know it, yes it is! i use this toolchain to 
> compiling a helloWorld c++ application and got the same error with fpc. 
> some time later, i get a response from my test-system:
> 
> FPU emulator disabled, make sure your toolchain was compiled with 
> software floating point support (soft-float)
> 
> so i added the switch "-msoft-float" to compile my c++ application. all 
> works fine! i have compile a linux/MIPS binary under my windows 
> developer system. and now, i think, i have to say FPC that is use to 
> this switch too, but i dont know how?

Take a look at  fpc -h  output, the -Ce option might be what you need if 
implemented.

-- 
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]




More information about the Lazarus mailing list