Felipe Monteiro de Carvalho wrote:
On Thu, Jun 30, 2011 at 6:01 PM, Mark Morgan Lloyd
<markmll.fpc-de...@telemetry.co.uk> wrote:
or can somoeone tell us what the default linker is for a mips linux
machine?
I can't say at this point. I'm working through step-by-step starting with a
cross compiler, i.e. I'm a long way from having a full build.

To answer his question you only need to issue the following command in
your MIPS emulator running Linux:

which ld

This should tell you where the linker is

I think his is a loader issue- the binary needs to know what .so to pull in that later allows it to work out paths etc.

> +{$ifdef mips}
> +     defdynlinker:='/lib/ld-linux.so';
> +{$endif mips}

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

[Opinions above are the author's, not those of his employers or colleagues]
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to