適用範囲:RealView Development Suite (RVDS) 4.0、Tool Licensing (License Management)
RVCT bulid 697以降のRVDSを使用している場合、特定の機能におけるライセンスチェックアウトの振る舞いが異なっていることがあります。
新しい振る舞いは以下の通りです:
- ライセンスfeatureがチェックアウトできない場合、bsp_<feature>という名前のfeatureが探されようとします。(短くは<feature>を示す)
- feature bsp_<feature>が同様にチェックアウトできない場合、(標準ツールチェインで予測されるように)、2つのライセンスエラーが生成されます。
以下がこの振る舞いを示すライセンスチェックアウトエラーの例です:
C:>ARMCC --vsn ARM C/C++ Compiler, RVCT4.0 [Build 697] Error: C9932E: Cannot obtain license for Compiler (feature compiler) with license version >= 4.0 Cannot connect to license server system. The license server manager (lmgrd) has not been started yet, the wrong port@host or license file is being used, or the port or hostname in the license file has been changed. Feature: compiler Server name: 10.1.2.3 License path: 8224@Server; FLEXnet Licensing error:-15,10. System Error: 10061 "WinSock: Connection refused" For further information, refer to the FLEXnet Licensing documentation, available at "www.acresso.com". Cannot obtain license for Compiler (feature bsp_compiler) with license version >= 4.0 Cannot connect to license server system. The license server manager (lmgrd) has not been started yet, the wrong port@host or license file is being used, or the port or hostname in the license file has been changed. Feature: bsp_compiler Server name: 10.1.2.3 License path: 8224@Server; FLEXnet Licensing error:-15,10. System Error: 10061 "WinSock: Connection refused" For further information, refer to the FLEXnet Licensing documentation, available at "www.acresso.com".
オリジナルモデルの振る舞いに戻すために、RVCTのfeature(armcc, armasm, armlinkおよびfromelf)にコマンドラインオプション--licensingがあります。--licensing=flexは以前のRVDS形式の'FLEX'ライセンシングに戻します。
--licensing=flexオプションはbsp_<feature>のチェックアウトをおこなわないようにします。