while executing Polyspace Bugfinder and code prover we are getting this Error: identifier "Float64" is undefined

조회 수: 3 (최근 30일)
while executing Polyspace Bugfinder and code prover we are getting this Error: identifier "Float64" is undefined

답변 (1개)

Vandit
Vandit 2024년 6월 13일
Hello Basheer,
To address the "Float64" undefined identifier error, you can refer to the following steps:
  1. Ensure that the compiler version and settings you are using with Polyspace are compatible with the "Float64" data type. This may involve using a specific version of the compiler that supports this data type or configuring your analysis to recognize custom definitions.
  2. If "Float64" is a typedef or a specific definition within your codebase or third-party libraries you are using, verify that Polyspace is correctly configured to include these definitions during analysis.
You can also refer to the following link, which describes how Polyspace addresses compiler-specific data types and configurations. This link provides a solution for solving the "identifier '__int128' is undefined" error, which might be analogous to the issue you are encountering:
Hope this helps.
  댓글 수: 2
basheerahmad
basheerahmad 2024년 6월 14일
Our compiler and Polyspace compatibility are same. but to we are getting same error. we need some assistance.
basheerahmad
basheerahmad 2024년 6월 14일
we are using MSSDK 7.1 and also it working in other environment but our environment is not working.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Polyspace Code Prover에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by