10.26.2006

How to build nk.exe

先要上QFE : 2005 annually update 和2006的(到9月)。實際上好像是2004 的某一個QFE有update private folder source file,才可以build出nkmain.lib。

  1. modify your sourcecode in private\wincecore\coreos\nk\
  2. open release directory - set WINCEREL=1, build -c
  3. - 確認一下 public\common\oak\lib\nkmain.lib (或nkXXX.lib)的date-time。
  4. sysgen
  5. makeimg - output log中會有message " updated private data in nk.exe"
在nk.exe中,如果要print message,用NKPrintfW(L" format %x", data);

目前好像只有nk.exe可以build,device.exe依然不能 (雖然可以compile成lib,但是不會link成device.exe )。

沒有留言: