crosstool-NG

crosstool-NG with support for Xtensa (by jcmvbkbc)

crosstool-NG Alternatives

Similar projects and alternatives to crosstool-NG

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better crosstool-NG alternative or higher similarity.

crosstool-NG reviews and mentions

Posts with mentions or reviews of crosstool-NG. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-12.
  • Is anyone building micropython in a docker image? Building for an ESP8266
    3 projects | /r/MicroPythonDev | 12 Aug 2021
    RUN cd /home/builder && tar -xzf xtensa-lx106-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz WORKDIR /root RUN pip3 install rshell esptool USER builder WORKDIR /home/builder RUN git clone --recursive https://github.com/pfalcon/esp-open-sdk.git RUN rm -rf ~/esp-open-sdk/crosstool-NG RUN cd ./esp-open-sdk && git clone https://github.com/jcmvbkbc/crosstool-NG RUN cd ./esp-open-sdk/crosstool-NG && git checkout xtensa-1.22.x RUN cd ./esp-open-sdk/crosstool-NG && autoconf && ./configure && make && CT_EXPAT_VERSION="2.4.1" ENV PATH=/home/builder/xtensa-lx106-elf/bin/:$PATH RUN git clone https://github.com/micropython/micropython.git RUN cd ~/micropython && git submodule update --init && make -C mpy-cross
  • does anyone have a 1M ESP-01 friendly firmware with uasyncio built in
    8 projects | /r/micropy | 6 Jun 2021
    git clone --recursive https://github.com/pfalcon/esp-open-sdk.git cd esp-open-sdk/ rm -rf crosstool-NG git clone https://github.com/jcmvbkbc/crosstool-NG cd crosstool-NG git checkout xtensa-1.22.x perl -p -i~ -e 's/\$\{CT_EXPAT_VERSION\}/2.4.1/g' scripts/build/companion_libs/210-expat.sh cd .. make STANDALONE=y echo "PATH=$(pwd)/xtensa-lx106-elf/bin:\$PATH" >> ~/.profile source ~/.profile rm $(pwd)/xtensa-lx106-elf/bin/esptool.py sudo pip3 install esptool.py

Stats

Basic crosstool-NG repo stats
2
104
0.0
about 1 month ago

jcmvbkbc/crosstool-NG is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of crosstool-NG is Shell.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com