1. 程式人生 > >nmake -f ms\ntdll.mak 模組計算機型別“X86”與目標計算機型別“x64”衝突

nmake -f ms\ntdll.mak 模組計算機型別“X86”與目標計算機型別“x64”衝突

使用下面的操作:

 編輯ms/nt.mak (或者ms/ntdll.mak),修改輸入目錄:
    # The output directory for everything intersting
    OUT_D=out64
    # The output directory for all the temporary muck
    TMP_D=tmp64
    # The output directory for the header files
    INC_D=inc64
    INCO_D=inc64/openssl

然後再執行 nmake 


一般情況下使用32位庫就可以了,出問題的概率比較小。64位系統都可以。