make[1]: Leaving directory `C:\Tornado2.2\target\src\zinc'
!!!!NOTE!!!!
!!!!NOTE!!!!
!!!!NOTE!!!! When building your project make sure
ZINC_CONFIG_TOOL is defined.
!!!!NOTE!!!! It can be defined before including zaf.hpp or on the
command line.
!!!!NOTE!!!! Example: make CPU=PPC603 ADDED_C++FLAGS=-DZINC_CONFIG_TOOL
!!!!NOTE!!!!
!!!!NOTE!!!!
把ZINC6。WINDML都编译一遍。重起程序,这时Zinc: all of zinc
就会变实!
注意把在Build属性的C/C++ compiler中添加定义-DZINC_CONFIG_TOOL。最好BSP里也加!
建立一个DOWNLOAD的工程把
hello1.cpp v_app.cpp 加入!Build属性的C/C++ compiler中添加定义-DZINC_CONFIG_TOOL
把C:\Tornado2.2\target\lib\pentium\PENTIUM\common\下的libwndml.a libZinc.a
加入你的工程或BSP里!例如:编译下载的话会告诉你缺少库你在工程的Macros->PRJ_LIBS把库
D:\Tornado2.2pt\target\lib\pentium\PENTIUM\common\ libwndml.a
加入就可以,当然也可以在BSP VXWORKS里加具体是在Macros->EXTRA_MODULES里!
DOWNLOAD你的工程就可以!
接着跑hello,就可以!
注意把hello1.znc通过FTP传到你目标机FTP SERVER,否则会有找不到hello1.znc的窗口出现!因为ZafStorage *storage = new ZafStorage(ZAF_ITEXT("hello1.znc"), ZAF_FILE_READ);程序里需要相当于配置!
转自Tony嵌入式
本人是原作者!