On Friday 02 March 2007 08:19, Jonas Maebe wrote:
> On 02 Mar 2007, at 09:03, m utku wrote:
> > Hello again :), I just forgot to ask; Delphi has an option to
> > generate a so called "map file" that contains the function
> > addresses matched with the function names when an executable
> > compiled. What would be the equivalent FPC functionality for this?
>
> man ld -> search for "map" -> there is a "--print-map" option -> tell
> FPC to pass this option to ld using FPC's -k option:
>
> -k--print-map

Hmm. And then how to redirect the linker's standard output to a file 
named the same as a the source?


Vinzent.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to