Re: [fpc-devel] Problems using a new ld-version

2009-06-06 Thread Jonas Maebe
On 19 May 2009, at 16:50, Peter Vreman wrote: The linker scripts without the full SECTIONS details are only used to reduce the length and complexity of the commandline. This is about the linker scripts /with/ SECTIONS details. That's what the warning is about: there are SECTIONS details in a

[fpc-devel] Problems using a new ld-version

2009-05-19 Thread Joost van der Sluis
Hi all, On Fedora 11 there are some issues with the ld-version. First of all it's impossible to cycle the compiler using the --build-id flag, because it generates different id's for each run, so that ppc3 and ppcx64 will always differ. I'm trying to fix this. But another issue is that it always

Re: [fpc-devel] Problems using a new ld-version

2009-05-19 Thread Jonas Maebe
On 19 May 2009, at 14:04, Joost van der Sluis wrote: But another issue is that it always complains while compiling: /usr/bin/ld: warning: link.res contains output sections; did you forget -T? This is a new warning that was added to ld. What does it mean? Does fpc something special with

Re: [fpc-devel] Problems using a new ld-version

2009-05-19 Thread Joost van der Sluis
Op dinsdag 19-05-2009 om 14:42 uur [tijdzone +0200], schreef Jonas Maebe: On 19 May 2009, at 14:04, Joost van der Sluis wrote: But another issue is that it always complains while compiling: /usr/bin/ld: warning: link.res contains output sections; did you forget -T? This is a new

Re: [fpc-devel] Problems using a new ld-version

2009-05-19 Thread Marco van de Voort
In our previous episode, Joost van der Sluis said: way. The warning was added because you seldom want to append your own linker script to the default one. However, I don't know whether it's intentional or not that FPC does not override ld's default internal linker script, so I'm not

Re: [fpc-devel] Problems using a new ld-version

2009-05-19 Thread Peter Vreman
In our previous episode, Joost van der Sluis said: way. The warning was added because you seldom want to append your own linker script to the default one. However, I don't know whether it's intentional or not that FPC does not override ld's default internal linker script, so I'm not

Re: [fpc-devel] Problems using a new ld-version

2009-05-19 Thread Jonas Maebe
On 19 May 2009, at 15:45, Peter Vreman wrote: The linker scripts without the full SECTIONS details are only used to reduce the length and complexity of the commandline. This is about the linker scripts /with/ SECTIONS details. That's what the warning is about: there are SECTIONS details

Re: [fpc-devel] Problems using a new ld-version

2009-05-19 Thread Peter Vreman
The linker scripts without the full SECTIONS details are only used to reduce the length and complexity of the commandline. This is about the linker scripts /with/ SECTIONS details. That's what the warning is about: there are SECTIONS details in a file not specified via -T, and therefore