以前作啟動(dòng)盤(pán)時(shí)不管用哪個(gè)nk.bin都不能用.懷疑過(guò)所用PB版本問(wèn)題.現(xiàn)在看來(lái)是荒謬的.
我新建的platform每次點(diǎn)擊開(kāi)始build and sysgen時(shí),總會(huì)出現(xiàn)一個(gè)對(duì)話框提示:The Microsoft EULA permits building private code for debugging purposes only. Before releasing the product, the platform must be rebuilt with the libraries that Microsoft provides. Because the build process overwrites the libraries, be sure to back up the libraries before continuing the build process.這個(gè)提示其實(shí)是因?yàn)槲抑匦戮幾g了微軟源代碼,所以系統(tǒng)提示要備份.根本和版本沒(méi)有關(guān)系.
?????? 如果沒(méi)有修改源代碼或者是改動(dòng)配置文件,在編譯菜單中只需要選擇sysgen就可以了,速度也快了將近一倍. 如果改動(dòng)了Catalog或者是配置文件,要選中clean before building項(xiàng). 如果修改了配置文件或者是public下的代碼,則要選擇build and sysgen.