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

Build instructions specify incorrect SoftConsole Python path #55

Open
TommyMurphyTM1234 opened this issue Jan 6, 2023 · 0 comments
Open

Comments

@TommyMurphyTM1234
Copy link

The SoftConsole Python path, since at least SoftConsole v2021.1, is:

$SC_INSTALL_DIR/python3

The build instructions specify incorrect paths.

$ export PATH=$PATH:$SC_INSTALL_DIR/python/bin:$SC_INSTALL_DIR/riscv-unknown-elf-gcc/bin
C:\> path %SystemRoot%;%SC_INSTALL_DIR%\build_tools\bin;%SC_INSTALL_DIR%\python3;%SC_INSTALL_DIR%\python;%SC_INSTALL_DIR%\riscv-unknown-elf-gcc\bin

Also - %SystemRoot% in the Windows should probably be %PATH%?
And/or %PATH% should be put at the end of the modified PATH?

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

No branches or pull requests

1 participant