This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: Remove all debug facilities


Tom Vandeplas wrote:
> 
> Hi all,
> 
> I just finished my application, now I would like to compile it for real.
> So I was wondering what would be the easiest way to remove all debug
> facilities (diagnostic port, GDB stubs etc.) from the kernel.

Whatever you don't use won't be included. You can generate a linker map
with -Wl,-Map,filename to find out what's being pulled in and why.

GDB stubs should be easy to leave out - that's part of the configuration.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/


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