请问在softune V6中,如何定义一个64位的整形变量?

公告

大中华汽车电子生态圈社区并入开发者社区- 更多资讯点击此

Tip / 登入 to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
wagu_1442321
Level 2
Level 2
10 questions asked 5 questions asked First reply posted

如题,看看我们是否支持?

wanjiangguo

0 点赞
1 解答
HongyanW_86
Moderator
Moderator
Moderator
100 solutions authored 100 replies posted 50 solutions authored

请参考FR C/C++ Compiler Manual for V6了解Softune compiler支持的变量类型。

https://www.cypress.com/design-guides/fr-family-softune-cc-compiler-manual-v6

编译器选项可以把long long int定为64 bit. 这个选项的详细的描述请参考page 49.

//page 31

-K LONGLONG  Treats the long long type as the 8-byte integer type.

在原帖中查看解决方案

0 点赞
1 回复
HongyanW_86
Moderator
Moderator
Moderator
100 solutions authored 100 replies posted 50 solutions authored

请参考FR C/C++ Compiler Manual for V6了解Softune compiler支持的变量类型。

https://www.cypress.com/design-guides/fr-family-softune-cc-compiler-manual-v6

编译器选项可以把long long int定为64 bit. 这个选项的详细的描述请参考page 49.

//page 31

-K LONGLONG  Treats the long long type as the 8-byte integer type.

0 点赞