Skip to content

[BUG] Usage of uint64_t is against C90 standard #892

@go2sh

Description

@go2sh

Describe the bug
long long and unsigned long long aka uint64_t are not part of the C90 standard. The tasking compiler will not compile the code when C90 is set as standard.

Target

  • Toolchain and version: Tasking Tricore Compiler 6.4r1p6

Host

  • Host OS: Windows
  • Version: 10

To Reproduce

  • Compile FreeRTOS-Plus-TCP with Tasking compiler

Expected behavior
Should compile

To use uint64_t standard conform the c standard has to increase to C99.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions