Re: [edk2] how to produce COD file for library files?

2015-04-29 Thread TigerLiu
Hi, Jie: You are right! Thanks a lot! Best wishes, 发件人: Lin, Jie [mailto:jie@intel.com] 发送时间: 2015年4月29日 20:09 收件人: edk2-devel@lists.sourceforge.net 主题: Re: [edk2] how to produce COD file for library files? You looked at a wrong location. The cod file for library locates in the output

Re: [edk2] how to produce COD file for library files?

2015-04-29 Thread Lin, Jie
for library files? use /GL- /Od rather than /O1ib2s and /GL From: tiger...@zhaoxin.com<mailto:tiger...@zhaoxin.com> [mailto:tiger...@zhaoxin.com] Sent: Wednesday, April 29, 2015 7:29 PM To: edk2-devel@lists.sourceforge.net<mailto:edk2-devel@lists.sourceforge.net> Subject: [edk2] ho

Re: [edk2] how to produce COD file for library files?

2015-04-29 Thread Tian, Feng
use /GL- /Od rather than /O1ib2s and /GL From: tiger...@zhaoxin.com [mailto:tiger...@zhaoxin.com] Sent: Wednesday, April 29, 2015 7:29 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] how to produce COD file for library files? Hi, experts: I revised Conf/tools.def.txt

[edk2] how to produce COD file for library files?

2015-04-29 Thread TigerLiu
Hi, experts: I revised Conf/tools.def.txt : DEBUG_VS2008x86_X64_CC_FLAGS = /nologo /c /WX /GS- /X /W4 /Gs32768 /D UNICODE /O1ib2s /GL /Gy /FIAutoGen.h /EHs-c- /GR- /GF /Zi /Gm /FAcs Added /FAcs options. So, drivers could produce *.COD file . But library could not produce corresponding *.COD