Hi All,
when I test my 64bit driver with hct12.1, X64 calling convention test
failed as "There is not enough debug information in executable image
file. ) . I tried to add “-Zi” compiler option and “-profile” linker
option according to HCT document But I encountered this error no matter
how to add these opinions or not. Anyone has some ideas about how to
set these option correctly?
Thanks in advance.
Regards
Neeraj
Which DDK version did you use to compile the driver?
Have a nice day
GV
----- Original Message -----
From: “Ladkani, Neeraj”
To: “Windows System Software Devs Interest List”
Sent: Friday, July 06, 2007 12:41 PM
Subject: [ntdev] HCT12.1, X64 calling convention test
Hi All,
when I test my 64bit driver with hct12.1, X64 calling convention test
failed as "There is not enough debug information in executable image
file. ) . I tried to add “-Zi” compiler option and “-profile” linker
option according to HCT document But I encountered this error no matter
how to add these opinions or not. Anyone has some ideas about how to
set these option correctly?
Thanks in advance.
Regards
Neeraj
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Have you tried DTM / Windows Logo Kit?
-----Original Message-----
From: xxxxx@lists.osr.com on behalf of Ladkani, Neeraj
Sent: Fri 06/07/2007 20:41
To: Windows System Software Devs Interest List
Subject: [ntdev] HCT12.1, X64 calling convention test
Hi All,
when I test my 64bit driver with hct12.1, X64 calling convention test
failed as "There is not enough debug information in executable image
file. ) . I tried to add “-Zi” compiler option and “-profile” linker
option according to HCT document But I encountered this error no matter
how to add these opinions or not. Anyone has some ideas about how to
set these option correctly?
Thanks in advance.
Regards
Neeraj
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
This is a long shot, but as it sounds like you might be using your own
build system, here it is, if this is the case. In addition to Zi, have
you also used -Fd and -PDB? Sometimes you can get type information
(vc80.pdb) that does not get added to the pdb specified by -PDB.
mm
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Tim Green
Sent: Friday, July 06, 2007 18:03
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] HCT12.1, X64 calling convention test
Have you tried DTM / Windows Logo Kit?
-----Original Message-----
From: xxxxx@lists.osr.com on behalf of Ladkani, Neeraj
Sent: Fri 06/07/2007 20:41
To: Windows System Software Devs Interest List
Subject: [ntdev] HCT12.1, X64 calling convention test
Hi All,
when I test my 64bit driver with hct12.1, X64 calling convention test
failed as "There is not enough debug information in executable image
file. ) . I tried to add “-Zi” compiler option and “-profile” linker
option according to HCT document But I encountered this error no matter
how to add these opinions or not. Anyone has some ideas about how to
set these option correctly?
Thanks in advance.
Regards
Neeraj
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer