Technorati 标记:
MTK TOOL 调试环境环境:ThankpadT420笔记本+WIN7 专业版
软件:1.Microsoft Visual Studio 2008+VS80sp1
2.NI.CVI9(CVI90RT+CVIPID210+CVISQL210+NILWCVIFDS90)
问题:1.unable define age1960 和 hp663x2
解决方法:Instrument=>Load=>age1960.fp 和 hp663x2.fp
2.an error occurred in the code signing library
解决方法:见 http://www.ni.com/product-documentation/52098/en/
Build=>Target Settings=>Signing Info…=>Sign application 勾去掉。
调试:用 VC9 把MTK校准库 METACalibrationLibrary_src 重新编译,把生成的 lib,dll,pdb 都指向同一文件夹,ATE 源码也都放入这一文件夹下,用CVI9打开ATE工程,这样就可以进行调试校准综测源码了。
总结:CVI工程尽量把*.fp文件都Load Instrument 里面去。