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.