We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Problem To Be Solved
Users that install GCC without the Arm Environment Manager are required to set a Environment Variable to register the compiler.
However for several compilers, this information is already present due to the PATH setup.
PATH= ...\.vcpkg\artifacts\2139c4c6\compilers.arm.armclang\6.22.0\bin; ...\.vcpkg\artifacts\2139c4c6\compilers.arm.arm.none.eabi.gcc\13.3.1\bin
(Optional): Suggest A Solution
Could this information being used when the Environment Variable is missing?
The text was updated successfully, but these errors were encountered:
MCUXpresso Installer installs in this directory without setting an environment variable
C:\Users\<user>\.mcuxpressotools\arm-gnu-toolchain-13.2.Rel1-mingw-w64-i686-arm-none-eabi
Sorry, something went wrong.
We find no easy way to achieve that.
No branches or pull requests
The Problem To Be Solved
Users that install GCC without the Arm Environment Manager are required to set a Environment Variable to register the compiler.
However for several compilers, this information is already present due to the PATH setup.
(Optional): Suggest A Solution
Could this information being used when the Environment Variable is missing?
The text was updated successfully, but these errors were encountered: