Re: [edk2] Static Link/Dynamic link question

2012-09-02 Thread nicolas
hi, Andrew: Thanks for your explaination! best wishes, 发件人: Andrew Fish [mailto:af...@apple.com] 发送时间:2012年9月1日 1:14 收件人: edk2-devel@lists.sourceforge.net 主题: Re: [edk2] Static Link/Dynamic link question Nicolas, I think the terminology in the build spec. is confusing. Using the

Re: [edk2] Static Link/Dynamic link question

2012-08-31 Thread Andrew Fish
Nicolas, I think the terminology in the build spec. is confusing. Using the classic definition of static linking, like your example, all EFI modules are statically linked. Libraries are linked as objects, that can be linked into Modules. Modules are linked into relocatable PE/COFF images. A

[edk2] Static Link/Dynamic link question

2012-08-30 Thread nicolas
hi, experts: i am studying edkii build spec. It talked about static link/dynamic link in chapter 9.4 . It said: 1. for lib modules, it used static link as the last step. 2. for non-lib modules, such as drivers/app, static link step is optional. so, it made me confused! based on my understanding,