Re: [fpc-pascal] Mipsel compilation: changing elf flags?!

2013-04-24 Thread Heiko Tietze
If OP could identify the correct parameter for ld it might be possible to use fpc's -k option. What am I supposed to do? ld has myriads of options. I don't set any intentional (/usr/local/bin/mipsel-linux-ld is just a softlink to .../mipsel/bin/ld) RE: [fpc-devel] FPC for MIPS Pierre Free

Re: [fpc-pascal] Mipsel compilation: changing elf flags?!

2013-04-21 Thread Mark Morgan Lloyd
Reinier Olislagers wrote: See this forum thread: http://lazarus.freepascal.org/index.php/topic,20664.msg119960.html#msg119960 Forum user ocye got mipsel binaries, but the ELF flags apparently need to be changed due to a bug in older Linux kernels. How can this be done? In addition, is there