a一级爱做片免费观看欧美,久久国产一区二区,日本一二三区免费,久草视频手机在线观看

新聞中心

EEPW首頁 > 測試測量 > 設計應用 > C++test在對Tornado 2.2-VxWorks-5.5 simulator 下

C++test在對Tornado 2.2-VxWorks-5.5 simulator 下

作者: 時間:2012-06-20 來源:網絡 收藏

使用C++ 2.2--5.5 下針對CPP代碼做單元測試時,出現不能獲取測試結果的問題,反復偵測問題的緣由,查看幫助文檔,終于在幫助文檔中找到如下一些說明:

本文引用地址:http://www.j9360.com/article/193703.htm

The default build of -5.5 (%WIND_BASE%targetconfigsimpcvxWorks.exe; -2.2) doesn't contain enough C++ features to satisfy C++'s C++ instrumentation needs in its default mode. Thus, to C++ code, you either need to build your own VxSim image with scaled-up C++ support (we recommend using all C++ features except complex numbers; at minimum) or you need to add the -DCPPTEST_SPECIAL_STD_EXCEPTIONS_HANDLING_ENABLED=0 definition to the project compilation flags. This issue does not affect -5.4 (-2.0).

幫助文檔中說得很清楚,VxWorks5.5默認的缺少C++特性支持,所以解決方案就是重新構建一個支持C++特性的image,重新執行即可。

c++相關文章:c++教程




評論


相關推薦

技術專區

關閉