Skip to content

Fix long path errors on Windows demos#1407

Merged
AniruddhaKanhere merged 1 commit intoFreeRTOS:mainfrom
kstribrnAmzn:longPaths
Apr 22, 2026
Merged

Fix long path errors on Windows demos#1407
AniruddhaKanhere merged 1 commit intoFreeRTOS:mainfrom
kstribrnAmzn:longPaths

Conversation

@kstribrnAmzn
Copy link
Copy Markdown
Member

Description

Both the WIN32-MSVC and WIN32-MingW demos
are failing due to long file paths. This is
because of a transitive dependency path which is
submodules further extending the path length. Enabling windows long path support fixes this.

Test Steps

Testing through the demos workflows. This should pass. Currently all PRs fail the MSVC and MingW checks (example).

Checklist:

  • I have tested my changes. No regression in existing tests.
  • [] I have modified and/or added unit-tests to cover the code changes in this Pull Request.
    • Not applicable

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Both the WIN32-MSVC and WIN32-MingW demos
are failing due to long file paths. This is
because of a transitive dependency path which is
submodules further extending the path length. Enabling
windows long path support fixes this.
@sonarqubecloud
Copy link
Copy Markdown

@AniruddhaKanhere AniruddhaKanhere merged commit 587fe6d into FreeRTOS:main Apr 22, 2026
17 checks passed
@kstribrnAmzn kstribrnAmzn deleted the longPaths branch April 22, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants