__packed in polyspace code prover

3 ビュー (過去 30 日間)
srinivasan kandaswamy
srinivasan kandaswamy 2015 年 10 月 15 日
Hello, Getting error identifier "__packed" is undefined in polyspace code prover. How to solve this?
Thanks and Regards, Srinivasan K.

採用された回答

Alexandre De Barros
Alexandre De Barros 2015 年 10 月 15 日
Hello,
The easiest way for Polyspace to ignore this extra keyword is to define a macro like this:
__packed=
You add it as a usual macro to your Polyspace project, the difference with a usual macro being that this one ends with an = sign. By doing this, the Polyspace preprocessor will replace the keyword __packed by nothing. Hence the keyword will be actually ignored in the code verification.
Regards,
Alex
  1 件のコメント
srinivasan kandaswamy
srinivasan kandaswamy 2015 年 10 月 16 日
Hi Alex, It is solved by declaring _packed as *_attribute__((packed))*. I will try the suggestion given by you also. Thanks for the support.
Regards, Srinivasan K.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTroubleshooting in Polyspace Products for Ada についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by