Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-17 Thread Vincent Snijders
Bogusław Brandys schreef: Free Pascal Compiler version 2.3.1-r9226 [2008/01/17] for i386 Oops..what I did wrong ? Look below D:\>fpc -Xg -g p.pas Free Pascal Compiler version 2.3.1 [2008/01/10] for i386 Maybe a little old? Vincent ___ fpc-deve

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-17 Thread Bogusław Brandys
Peter Vreman wrote: Support for a separate .dbg file is now available for windows in current svn trunk with the -Xg option. No need anymore for "objcopy --only-keep-debug && objcopy --add-debug-link && strip" under windows. The external linker (e.g. linux) still be updated to support objcopy and

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-17 Thread Peter Vreman
>> Support for a separate .dbg file is now available for windows in >> current svn trunk with the -Xg option. No need anymore for "objcopy >> --only-keep-debug && objcopy --add-debug-link && strip" under >> windows. The external linker (e.g. linux) still be updated to support >> objcopy and strip w

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Fabio Dell'Aria
Hi, 2008/1/17, Peter Vreman <[EMAIL PROTECTED]>: > At 22:25 16-1-2008, you wrote: > >At 21:32 16-1-2008, you wrote: > > > > > >>On Wed, 16 Jan 2008, Peter Vreman wrote: > >> > >> > At 13:17 16-1-2008, you wrote: > >> > >Marco van de Voort wrote: > >> > > >from _EXECUTABLE_ file FILE, iow you still

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Peter Vreman
At 22:25 16-1-2008, you wrote: At 21:32 16-1-2008, you wrote: On Wed, 16 Jan 2008, Peter Vreman wrote: > At 13:17 16-1-2008, you wrote: > >Marco van de Voort wrote: > > >from _EXECUTABLE_ file FILE, iow you still need the unstripped exe. > > > >Perhaps it doesn't need the .text, .data, .bss e

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Peter Vreman
At 22:25 16-1-2008, you wrote: Michael Van Canneyt wrote: On Wed, 16 Jan 2008, Peter Vreman wrote: At 13:17 16-1-2008, you wrote: Marco van de Voort wrote: >from _EXECUTABLE_ file FILE, iow you still need the unstripped exe. Perhaps it doesn't need the .text, .data, .bss etc sections though.

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Peter Vreman
At 21:32 16-1-2008, you wrote: On Wed, 16 Jan 2008, Peter Vreman wrote: > At 13:17 16-1-2008, you wrote: > >Marco van de Voort wrote: > > >from _EXECUTABLE_ file FILE, iow you still need the unstripped exe. > > > >Perhaps it doesn't need the .text, .data, .bss etc sections though. > > I also p

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Bogusław Brandys
Michael Van Canneyt wrote: On Wed, 16 Jan 2008, Peter Vreman wrote: At 13:17 16-1-2008, you wrote: Marco van de Voort wrote: >from _EXECUTABLE_ file FILE, iow you still need the unstripped exe. Perhaps it doesn't need the .text, .data, .bss etc sections though. I also posted this on Lazarus

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Michael Van Canneyt
On Wed, 16 Jan 2008, Peter Vreman wrote: > At 13:17 16-1-2008, you wrote: > >Marco van de Voort wrote: > > >from _EXECUTABLE_ file FILE, iow you still need the unstripped exe. > > > >Perhaps it doesn't need the .text, .data, .bss etc sections though. > > I also posted this on Lazarus mailing li

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Peter Vreman
At 13:17 16-1-2008, you wrote: Marco van de Voort wrote: from _EXECUTABLE_ file FILE, iow you still need the unstripped exe. Perhaps it doesn't need the .text, .data, .bss etc sections though. I also posted this on Lazarus mailing list already. Below are the 2 commands to make it working. I

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Micha Nelissen
Marco van de Voort wrote: from _EXECUTABLE_ file FILE, iow you still need the unstripped exe. Perhaps it doesn't need the .text, .data, .bss etc sections though. Micha ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Fabio Dell'Aria
Hi, 2008/1/16, Marco van de Voort <[EMAIL PROTECTED]>: > > I have asked to the official GDB mailing list, if is possible debug a > > program using as debug symbols an external files. > > > > The answer is yes (there are two method to do this). > > > > You can read the full answer here: > > http://

Re: [fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Marco van de Voort
> I have asked to the official GDB mailing list, if is possible debug a > program using as debug symbols an external files. > > The answer is yes (there are two method to do this). > > You can read the full answer here: > http://sourceware.org/ml/gdb/2008-01/msg00119.html > > I hope this can hel

[fpc-devel] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Fabio Dell'Aria
I have asked to the official GDB mailing list, if is possible debug a program using as debug symbols an external files. The answer is yes (there are two method to do this). You can read the full answer here: http://sourceware.org/ml/gdb/2008-01/msg00119.html I hope this can help we. -- Best re