MATLAB Function Coder error

1 view (last 30 days)
岡本 善樹
岡本 善樹 on 29 Apr 2024
Commented: 岡本 善樹 on 3 May 2024
Does anyone know how to resolve this error?
「Cannot call function.」
「During code generation, the integer input or result class of TYPECAST must map directly to C types on the target hardware. Class uint64 does not map to 64-bit C types.」

Answers (1)

3TEN
3TEN on 1 May 2024
Maybe, this answer will help to solve your problem.
You should change the setting of "Simulink Coder".
You should switch the setting about "long long type" from "off" to "on".
I hope my answer will help you to solve your problem.
  1 Comment
岡本 善樹
岡本 善樹 on 3 May 2024
Thank you for your answer.
I already tried that method but it didn't work.

Sign in to comment.

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!