Skip to content

[BUG]Win32 port: timeapi.h include breaks MinGW builds (GCC) #1344

@kayadogan1

Description

@kayadogan1

The Win32 simulator port unconditionally includes <timeapi.h>.
This header is available when building with MSVC, but is not
consistently available when building with MinGW-w64 GCC.

As a result, the Win32 port fails to compile with MinGW unless
manual changes are applied.

OS: Windows 11 25h2
Compiler: MinGW-w64 GCC
FreeRTOS-Kernel: v11.x / main
Port: Win32 simulator

fatal error: timeapi.h: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    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