crosstool-NG icon indicating copy to clipboard operation
crosstool-NG copied to clipboard

crosstool-NG with support for Xtensa

Results 39 crosstool-NG issues
Sort by recently updated
recently updated
newest added

I am Build crosstool-NG on Mac OS X-Yosemite. run make got error as follow: GEN 'config/configure.in' GEN 'paths.mk' GEN 'paths.sh' LD 'conf' Undefined symbols for architecture x86_64: "_libintl_bindtextdomain", referenced from:...

When I tried to compile the code in the current raspbian, I got this error: Don't know how to handle 'gcc-4.8.2': unknown extension. When I check the .build/tarballs directory I...

Few simple includes. Needed for 6.1.1 and 6.1.0 compiles on OSX.

Few includes needed for a compile on recent Yosemite/Xcode 6 update.

On Yosemite; Xcode 6.3 (Build version 6D570) various errors: ``` error: no member named 'ptrdiff_t' in the global namespace error: unknown type name 'ptrdiff_t' ``` can be fixed by adding...

Make fails on cygwin (32-bit - may be same with 64-bit) with errors about undefined reference to libintl... See this post for details of problem and fix: https://sourceware.org/ml/crossgcc/2012-05/msg00012.html.

[migrated from https://github.com/jcmvbkbc/newlib-xtensa/issues/1] Trying to compile Espressif "AT" firmware with a toolchain built with https://github.com/jcmvbkbc/crosstool-NG and this newlib, I get error: ``` /mnt/hdd/projects-3rdparty/xtensa/esp-open-sdk/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: at section `.text' will not fit in...

# Build Steps ```bash git clone https://github.com/jcmvbkbc/crosstool-NG.git -b xtensa-fdpic cd crosstool-NG/ ./bootstrap && ./configure --enable-local && make ./ct-ng xtensa-esp32-linux-uclibcfdpic CT_PREFIX=`pwd`/builds nice ./ct-ng build ``` ## Output ```bash $ CT_PREFIX=`pwd`/builds nice...

This PR contains updates of the versions of companion libraries and corrections for download URLs.