-
Notifications
You must be signed in to change notification settings - Fork 2
Windows Long Path Support
Support for long paths (paths that exceed 260 characters) on Windows is limited. Errors may be encountered in a variety of tools such as CMake when building a project or even Git when cloning a new repository.
Long paths may be enabled in Windows using the following guide. For more information, please consult the official Microsoft documentation.
However, this setting may not fix all scenarios that may be encounered in the MCUXpresso for VS Code workflow.
ARM GCC does not support long paths on Windows. In order to successfully build a project, it may be necessary to limit the project's folder structure to a shorter length. The build system usually generates directories with long names, so it would be advisable to keep the base project path as short as possible.
Use this GitHub Issues section to report ambiguities or problems encountered in this documentation. For MCUXpresso for Visual Studio Code extension issues, feedback or search for solutions and ideas please follow Community page.
Table of contents
Dependency Installation
General
Software Repositories
Project Management
Flash and Debug
Reference Guides
- Getting Started with MIMXRT1060-EVK
- Training Zephyr Getting Started
- TrustZone Examples on LPC55S6x and MCUXpresso SDK
- Multicore Examples on LPC55S6x and MCUXpresso SDK
- SDRAM Examples on RT1060 and MCUXpresso SDK
- Getting Started with MCX using Application Code Hub
- AN14120: Debugging Cortex-M on i.MX 8M, i.MX 8ULP, and i.MX 93
Troubleshooting
Useful links