新聞中心

EEPW首頁 > 測試測量 > 設(shè)計應(yīng)用 > C++test在對Tornado 2.2-VxWorks-5.5 simulator 下針對C++代碼單元測試

C++test在對Tornado 2.2-VxWorks-5.5 simulator 下針對C++代碼單元測試

作者: 時間:2016-10-22 來源:網(wǎng)絡(luò) 收藏

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

本文引用地址:http://butianyuan.cn/article/201610/309143.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默認(rèn)的缺少C++特性支持,所以解決方案就是重新構(gòu)建一個支持C++特性的image,重新執(zhí)行即可。



關(guān)鍵詞: simulator Tornado VxWorks test

評論


相關(guān)推薦

技術(shù)專區(qū)

關(guān)閉