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 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?
%SystemRoot%
%PATH%
PATH
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The SoftConsole Python path, since at least SoftConsole v2021.1, is:
The build instructions specify incorrect paths.
Also -
%SystemRoot%
in the Windows should probably be%PATH%
?And/or
%PATH%
should be put at the end of the modifiedPATH
?The text was updated successfully, but these errors were encountered: