-
Notifications
You must be signed in to change notification settings - Fork 680
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
Let user specify existing PREFIX/RISCV for toolchain installs #334
Conversation
5c48c84
to
443e900
Compare
In this case, if you've installed riscv-tools, and now decide you want to install esp-tools, you need to actively clean your RISC-V environment variable (otherwise it will silently now install esp-tools). Is there a way to indicate this to the unsuspecting user? |
Why would I need to actively clean my RISCV directory? The script should just overwrite existing files in there when it builds esp-tools. |
What @alonamid probably meant was, if one intends to build an alternative toolchain but has already sourced I am fine with supporting arbitrary installation paths, but an explicit command line option ( |
+1 to @a0u |
443e900
to
3602a1a
Compare
3602a1a
to
6ab74cd
Compare
6ab74cd
to
d499387
Compare
I added a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I like to manage my
$RISCV
independently.