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

setenv.bat sets wrong path for riscv-none-embed-gcc toolchain #677

Closed
emcyaman opened this issue Jul 19, 2023 · 2 comments
Closed

setenv.bat sets wrong path for riscv-none-embed-gcc toolchain #677

emcyaman opened this issue Jul 19, 2023 · 2 comments
Assignees
Labels
bug Something isn't working Eclipse installer

Comments

@emcyaman
Copy link

emcyaman commented Jul 19, 2023

In the "setenv.bat" script where toolchain paths are added to the PATH environment variable:
set PATH=%MAXIM_SBT_DIR%\bin;%TOOLCHAIN_PATH%\GNUTools\10.3\bin;%TOOLCHAIN_PATH%\xPack\riscv-none-elf-gcc\12.2.0-3.1\bin:%TOOLCHAIN_PATH%\xPack\riscv-none-embed-gcc\10.2.0-1.2\bin;%TOOLCHAIN_PATH%\MSYS2\usr\bin;%TOOLCHAIN_PATH%\OpenOCD;%PATH%

There is a typo between %TOOLCHAIN_PATH%\xPack\riscv-none-elf-gcc\12.2.0-3.1\bin and %TOOLCHAIN_PATH%\xPack\riscv-none-embed-gcc\10.2.0-1.2\bin entries (there should be a semicolon instead of a colon). This causes a wrong path to set for riscv-none-embed-gcc toolchain.

@Jake-Carter Jake-Carter self-assigned this Jul 19, 2023
@Jake-Carter Jake-Carter added installer Eclipse bug Something isn't working labels Jul 19, 2023
@Jake-Carter
Copy link
Contributor

Thanks @emcyaman, fixed in our packages repo. Will push out a hotfix to the release server asap.

@emcyaman emcyaman closed this as completed Aug 4, 2023
@lorne-maxim
Copy link
Contributor

The release server and the windows version of the offline installer have been updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Eclipse installer
Projects
None yet
Development

No branches or pull requests

3 participants