We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Pre-compiled releases for 32b systems should be also released alongside 64b
The text was updated successfully, but these errors were encountered:
For anyone who wants to build the ESP32 ULP binutils on a 32-bit Linux system the following worked for me:
git clone https://github.com/espressif/binutils-esp32ulp.git cd binutils-esp32ulp ./configure --target=esp32ulp-elf --prefix=$PWD/esp32ulp-elf-binutils --disable-doc --disable-gdb --disable-libdecnumber --disable-readline --disable-sim echo "MAKEINFO = :" >> Makefile make make install-strip
After running the above commands the binaries should be in directory ./esp32ulp-elf-binutils/bin.
./esp32ulp-elf-binutils/bin
The commands were found here in .gitlab-ci.yml.
Sorry, something went wrong.
No branches or pull requests
Pre-compiled releases for 32b systems should be also released alongside 64b
The text was updated successfully, but these errors were encountered: