Skip to content
New issue

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

Tolerate missing Environment variable for compiler registration #1834

Open
ReinhardKeil opened this issue Oct 29, 2024 · 2 comments
Open

Tolerate missing Environment variable for compiler registration #1834

ReinhardKeil opened this issue Oct 29, 2024 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@ReinhardKeil
Copy link
Collaborator

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?

@ReinhardKeil ReinhardKeil added the enhancement New feature or request label Oct 29, 2024
@jkrech
Copy link
Member

jkrech commented Oct 29, 2024

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

@ReinhardKeil ReinhardKeil added the wontfix This will not be worked on label Nov 7, 2024
@ReinhardKeil
Copy link
Collaborator Author

We find no easy way to achieve that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants