[fpc-devel] Re: -k linker path limit?

L505 fpc505 at z505.com
Sun May 14 20:16:46 CEST 2006


> Try to add a LD param that increases LD's verbosity. Then see if the problem
> is LD's parsing. It could be that there are still shortstrings here and
> there in the compiler, but <255 chars limits are not likely.

The LD man page says to pass --verbose .. will do some testing and report back what I
find.

> Read the buildfaq. There are easier ways. E.g. you can set a prefix for the
> binutils using -XP, even automatically, in your fpc.cfg
>
> E.g.
> #ifdef FPC_CROSSCOMPILING
> -XP$FPCTARGET
> #endif
>
> in your fpc.cfg (untested)

Thanx I need to study my compiler options more.




More information about the fpc-devel mailing list