[fpc-pascal] Re: Fatal error "Executable image size is too big for wince target"

2011-05-18 Thread Björn Schreiber
Jonas Maebe wrote: What you can try is to compile the LCL without debug information (add the option -g- for the LCL compilation) Thank you for your answer, I will give it a try. Greetings -- Björn Schreiber, DRIGUS GmbH news...@drigus.de Bei Email NOSPAM in den Betreff aufnehmen. Put NOSPA

Re: [fpc-pascal] Re: Fatal error "Executable image size is too big for wince target"

2011-05-17 Thread Felipe Monteiro de Carvalho
On Tue, May 17, 2011 at 4:39 PM, Paul Ishenin wrote: > We have it for all windows targets. Interresting. In that case another possible solution is using an external linker instead, as pointed in the forum. One might need to link manually and maybe even build a newer linker from binutils sources.

Re: [fpc-pascal] Re: Fatal error "Executable image size is too big for wince target"

2011-05-17 Thread Jonas Maebe
On 17 May 2011, at 12:50, Björn Schreiber wrote: Björn Schreiber wrote After expanding one of the projects by adding another dialog, we got the above mentioned error message while linking. Really no hints? It starts driving me nuts that I can't debug our Windows CE project any more ...

Re: [fpc-pascal] Re: Fatal error "Executable image size is too big for wince target"

2011-05-17 Thread Paul Ishenin
17.05.2011 22:10, Felipe Monteiro de Carvalho wrote: Does anyone know if we have our own internal linker to wince? It seams that yes, but I that's very strange for me. I thought that we have it only for x86-win32. We have it for all windows targets. Best regards, Paul Ishenin __

Re: [fpc-pascal] Re: Fatal error "Executable image size is too big for wince target"

2011-05-17 Thread Felipe Monteiro de Carvalho
Does anyone know if we have our own internal linker to wince? It seams that yes, but I that's very strange for me. I thought that we have it only for x86-win32. -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org h

[fpc-pascal] Re: Fatal error "Executable image size is too big for wince target"

2011-05-17 Thread Björn Schreiber
Björn Schreiber wrote After expanding one of the projects by adding another dialog, we got the above mentioned error message while linking. Really no hints? It starts driving me nuts that I can't debug our Windows CE project any more ... Greetings -- Björn Schreiber, DRIGUS GmbH news..