This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building debug symbols


On Tue, 14 Dec 2004, Sebastian Haby wrote:

> Hello again!
> 
> I followed your steps but what i get is a 13MB big XWin.exe and not a retail XWin.exe and a debug-symbols file. What am I doing wrong?

The binary contains both code and debug symbols. To move them to a 
separate file use

objcopy --only-keep-debug Xwin.exe Xwin.dbg

to remove debug information from XWin.exe do

strip XWin.exe

bye
	ago
-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]