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

pre-compiled 32bit linux binutils wanted #1

Open
tranzistoren opened this issue May 26, 2017 · 1 comment
Open

pre-compiled 32bit linux binutils wanted #1

tranzistoren opened this issue May 26, 2017 · 1 comment

Comments

@tranzistoren
Copy link

Pre-compiled releases for 32b systems should be also released alongside 64b

@fivdi
Copy link

fivdi commented Mar 18, 2018

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.

The commands were found here in .gitlab-ci.yml.

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