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

Building crosstool-NG on FreeBSD 11.0 for the ESP32. GCC = 5.2.0 When running the original .config with no declaration on endianness, I got errors due to not claiming one, so...

Hi, I have problems with compilation of esp-open-sdk project on Cygwin, which use crosstool-NG. These changes shoudn't affect Linux, but without it compilation on Cygwin 64 bit isn't possible.

I see that the version of GCC built is 4.8.2. I see that the latest version of GCC is 5.2 and am wondering if there are plans to update?

I've tried on my Mac this command: `date +"%T" && make && date +"%T"` This line work very slow, about 4 minutes, 12 seconds: ``` xtensa-esp108-elf-gcc -L/Users/TuanPM/Projects/2016/espressif/ESP32_RTOS_SDK/lib -nostdlib -T/Users/TuanPM/Projects/2016/espressif/ESP32_RTOS_SDK/ld/pro.map1.1.ld /Users/TuanPM/Projects/2016/espressif/ESP32_RTOS_SDK/ld/pro.rom.addr.ld...

the comand `make install` doesn't take care of installing this two fundamental missing pieces. I had to copy them into my custom installation path which is : **$HOME/Programs/ct-ng/lib/crosstool-ng-1.22.0-42-g1fbfd12** otherwise the...

If crosstools are installed in a directory different from the source directory and a toolchain for e.g. xtensa-esp108-elf is to be build, then two additional directories need to be copied...

Include mirror for the MPFR libraries.

isl-0.12.2 that needs to be downloaded is not at the given urls, and so configure/download/build script fails numerous times to download it. ftp.linux.student.kuleuven.be is offline, only working copy is http://mirrors.kernel.org/sources.redhat.com/gcc/infrastructure/isl-0.12.2.tar.bz2...

Hi Max, I don't know how you'll feel about this patch, but I thought I'd ask. It lets me produce a thread safe newlib that I can link with FreeRTOS'...