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

Installation fails under Arch Linux #30

Open
smalacar opened this issue Nov 20, 2024 · 1 comment
Open

Installation fails under Arch Linux #30

smalacar opened this issue Nov 20, 2024 · 1 comment

Comments

@smalacar
Copy link

Hi guys,

Thanks for sharing your scripts!
I encountered a problem while running the following script

./scripts/esp32/generic-c3.sh

I am using an arch-based distribution and when running the script, the espidf toolchain is not installed.
The script fails with an output like this:

./scripts/esp32/esp32.sh: line 12: esp-idf/export.sh: No such file or directory

(The espidf toolchain is not installed at all, thats why the script is not found ^^)
I assume the problem lies in the install_espidf.sh file, because there some python packages are installed using apt.

I totally understand that you may not want to adapt your scripts for other package managers. Maybe you can add a disclaimer that the builder can only be used with distros using apt.

Cheers to you

@v923z
Copy link
Owner

v923z commented Nov 20, 2024

I would actually be happy to add support for arch, so if you think that you can install the packages through pacman, then we could just branch off before the package manager is called. This could benefit others, too.

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

2 participants