I have a clarification in softice.
I open symbol loader in softice.
I open a .sys file and say Module->Translate.
I get an error saying “Error: no debug information found”.
I have the .pdb file also in the same directory as the .sys file.
What could be the problem?
Thanks
Venky
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
One possible reason could be that it is a release
build.
— Varadan Venkatesh wrote: > Hello > > I have a clarification in softice. > I open symbol loader in softice. > I open a .sys file and say Module->Translate. > I get an error saying “Error: no debug information > found”. > > I have the .pdb file also in the same directory as > the .sys file. > > What could be the problem? > > Thanks > Venky > > — > You are currently subscribed to ntdev as: > xxxxx@yahoo.com > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
— You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’) To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
check it out, after building the sys file. u have generated (.nms) file.
-----Original Message-----
From: Varadan Venkatesh [mailto:xxxxx@tataelxsi.co.in]
Sent: Friday, September 14, 2001 10:55 AM
To: NT Developers Interest List
Subject: [ntdev] Doubt in Softice!
Hello
I have a clarification in softice.
I open symbol loader in softice.
I open a .sys file and say Module->Translate.
I get an error saying “Error: no debug information found”.
I have the .pdb file also in the same directory as the .sys file.
What could be the problem?
Thanks
Venky
You are currently subscribed to ntdev as: xxxxx@dcmtech.co.in
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
build the image in Debug Mode
----- Original Message -----
From: “Varadan Venkatesh” To: “NT Developers Interest List” Sent: Friday, September 14, 2001 10:55 AM Subject: [ntdev] Doubt in Softice!
> Hello > > I have a clarification in softice. > I open symbol loader in softice. > I open a .sys file and say Module->Translate. > I get an error saying “Error: no debug information found”. > > I have the .pdb file also in the same directory as the .sys file. > > What could be the problem? > > Thanks > Venky > > — > You are currently subscribed to ntdev as: xxxxx@hotpop.com > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
— You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’) To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
The newer DDK versions (which include the XP build environments) come with VC 7.
They need this for compiling/linking the driver. SoftICE can not read symbols
generated by VC 7. In this case you should use an older (Win2k only) DDK or wait
for an update for SoftICE (use Windbg meanwhile).
Varadan Venkatesh wrote:
Hello
I have a clarification in softice.
I open symbol loader in softice.
I open a .sys file and say Module->Translate.
I get an error saying “Error: no debug information found”.
I have the .pdb file also in the same directory as the .sys file.
What could be the problem?
Thanks
Venky
You are currently subscribed to ntdev as: xxxxx@amd.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
–
main(O) {10> 5*O):10)&&main(2+O);}
— You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’) To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
The .nms is the file that you “translate” to be able to perform
‘source code debugging’ in sice.
BR,
Rob Linegar
Software Engineer
Data Encryption Systems Limited
-----Original Message-----
From: Rajeev Nigam [mailto:xxxxx@dcmtech.co.in]
Sent: 14 September 2001 07:10
To: NT Developers Interest List
Subject: [ntdev] RE: Doubt in Softice!
check it out, after building the sys file. u have generated
(.nms) file.
-----Original Message-----
From: Varadan Venkatesh [mailto:xxxxx@tataelxsi.co.in]
Sent: Friday, September 14, 2001 10:55 AM
To: NT Developers Interest List
Subject: [ntdev] Doubt in Softice!
Hello
I have a clarification in softice.
I open symbol loader in softice.
I open a .sys file and say Module->Translate.
I get an error saying “Error: no debug information found”.
I have the .pdb file also in the same directory as the .sys file.
What could be the problem?
Thanks
Venky
You are currently subscribed to ntdev as: xxxxx@dcmtech.co.in
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@des.co.uk
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>>The newer DDK versions (which include the XP build environments) come
with VC 7.
>They need this for compiling/linking the driver.
Could you tell me where you found this requirement? I had XP DDK for build
2600, but i didn’t find this in its installation manual.
thanks a lot.
Best Regards
Kevin Liang
Accton Technology China Company Ltd.
Shanghai R&D Center
5F, 63, No.421 Hong Cao Rd, Shanghai
Zip: 200233
Tel:+86-21-64859922-41
Fax:+86-21-64957924
E-Mail: xxxxx@accton-sh.com
“Ralf Findeisen” To: “NT Developers Interest List”
om> cc: Sent by: Subject: [ntdev] Re: Doubt in Softice! xxxxx@lis ts.osr.com
2001/09/14 03:20 PM Please respond to “NT Developers Interest List”
The newer DDK versions (which include the XP build environments) come with VC 7. They need this for compiling/linking the driver. SoftICE can not read symbols generated by VC 7. In this case you should use an older (Win2k only) DDK or wait for an update for SoftICE (use Windbg meanwhile).
Varadan Venkatesh wrote: > > Hello > > I have a clarification in softice. > I open symbol loader in softice. > I open a .sys file and say Module->Translate. > I get an error saying “Error: no debug information found”. > > I have the .pdb file also in the same directory as the .sys file. > > What could be the problem? > > Thanks > Venky > > — > You are currently subscribed to ntdev as: xxxxx@amd.com > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
– main(O) {10> 5*O):10)&&main(2+O);}
— You are currently subscribed to ntdev as: xxxxx@accton-sh.com To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
— You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’) To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
The DDK Build 2600 comes with a limited version of VC 7 (no IDE). It uses this
for compiling everything you build from one of the build environments (just have
a look in the bin\ directory - cl.exe is the compiler). This happens regardless
if you have VC 6 installed or not.
The symbols/debug info generated by this build process can not be read by
SoftICE (yet).
I read about this in the NT Insider newsletter, but I am sure, that it is
mentioned in the DDK docs or at their Web page somewhere too.
>>The newer DDK versions (which include the XP build environments) come
with VC 7.
>>They need this for compiling/linking the driver.
Could you tell me where you found this requirement? I had XP DDK for build
2600, but i didn’t find this in its installation manual.
thanks a lot.
Best Regards
Kevin Liang
Accton Technology China Company Ltd.
Shanghai R&D Center
5F, 63, No.421 Hong Cao Rd, Shanghai
Zip: 200233
Tel:+86-21-64859922-41
Fax:+86-21-64957924
E-Mail: xxxxx@accton-sh.com
“Ralf Findeisen” To: “NT Developers Interest List”
> om> cc: > Sent by: Subject: [ntdev] Re: Doubt in Softice! > xxxxx@lis > ts.osr.com > > > 2001/09/14 03:20 PM > Please respond to “NT > Developers Interest > List” > > > > The newer DDK versions (which include the XP build environments) come with > VC 7. > They need this for compiling/linking the driver. SoftICE can not read > symbols > generated by VC 7. In this case you should use an older (Win2k only) DDK or > wait > for an update for SoftICE (use Windbg meanwhile). > > Varadan Venkatesh wrote: > > > > Hello > > > > I have a clarification in softice. > > I open symbol loader in softice. > > I open a .sys file and say Module->Translate. > > I get an error saying “Error: no debug information found”. > > > > I have the .pdb file also in the same directory as the .sys file. > > > > What could be the problem? > > > > Thanks > > Venky > > > > — > > You are currently subscribed to ntdev as: xxxxx@amd.com > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com > > – > main(O) {10> 5O):10)&&main(2+O);} > > — > You are currently subscribed to ntdev as: xxxxx@accton-sh.com > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com > > — > You are currently subscribed to ntdev as: xxxxx@amd.com > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
– main(O) {10> 5O):10)&&main(2+O);}
— You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’) To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
What version of DriverStudio you’re using, and on which Operating System ?
If you’re trying to do development on Windows XP, you must force your build
to generate VC6 symbols, because we don’t as yet support VC7 symbols.
There’s a switch in the linker that generates the executable with VC6
symbols. However, you’ll find out that we cannot use the pdb symbol files
that come with Windows XP, because they’re in VC7 format.
Another thing is, there’s a pick in the symbol loader, at
“module/settings/translation”, make sure you click on “symbols and source
code” and also pick the “package source with symbol table” option.
Hope this helps,
Alberto.
-----Original Message-----
From: Varadan Venkatesh [mailto:xxxxx@tataelxsi.co.in]
Sent: Friday, September 14, 2001 1:25 AM
To: NT Developers Interest List
Subject: [ntdev] Doubt in Softice!
Hello
I have a clarification in softice.
I open symbol loader in softice.
I open a .sys file and say Module->Translate.
I get an error saying “Error: no debug information found”.
I have the .pdb file also in the same directory as the .sys file.
What could be the problem?
Thanks
Venky
You are currently subscribed to ntdev as: xxxxx@compuware.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com