Related articles |
---|
Need help with fromelf adwait@iit.edu (Adwait Sathe) (2002-11-26) |
Re: Need help with fromelf mgaugy@attbi.com (Michael Gaugy) (2002-12-01) |
From: | "Michael Gaugy" <mgaugy@attbi.com> |
Newsgroups: | comp.compilers |
Date: | 1 Dec 2002 22:44:46 -0500 |
Organization: | AT&T Broadband |
References: | 02-11-167 |
Keywords: | linker |
Posted-Date: | 01 Dec 2002 22:44:46 EST |
Adwait,
The incompatibility is from `fromelf' utility with the way the Diab
compiler generates debug information. Diab has two different options
for generating debug information: -Xdebug-struct-all and
-Xdebug-struct-compact.
You might want to compile with the Diab -Xdebug-struct-all option as the
other one reduces the amount of debug information generated and not all
debugger tools can handle this.
Thanks
Michael
Adwait Sathe wrote:
> We are trying to selectively strip debug/line/srcinfo records from our
> image to reduce image size. Debug format is DWARF 1 and we use DIAB
> compiler.
>
> fromelf -d xxx.sys gives me follwing error messages. ...
Return to the
comp.compilers page.
Search the
comp.compilers archives again.