Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By CHERTS
#16368
cherowley wrote:I can't get step 5 to work .. it shows lots of errors saying (small exceprt):

install: automake-1.11.1-1-msys-1.0.13-lic.tar.lzma
mingw-get: *** ERROR *** package automake-1.11.1-1-msys-1.0.13-lic.tar.lzma is a
lready installed
install: mktemp-1.6-2-msys-1.0.13-bin.tar.lzma
mingw-get: *** ERROR *** package mktemp-1.6-2-msys-1.0.13-bin.tar.lzma is alread
y installed

Will this matter? :)


It's okay, all right.
User avatar
By jcmvbkbc
#16374
CHERTS wrote:
Markus Gritsch wrote:Do you know what to change to have your toolchain produce the same binaries as the toolchain available for Linux/Ubuntu? Do you intend to fix this?


The GCC compiler in DevKit is the same as for Linux, it is based on the project https://github.com/jcmvbkbc/gcc-xtensa.git

But at least libc is built with options different from those used in the crosstool-NG. See viewtopic.php?p=13877#p13877
Last edited by jcmvbkbc on Sun May 03, 2015 1:24 pm, edited 1 time in total.
User avatar
By Markus Gritsch
#16375
CHERTS wrote:The GCC compiler in DevKit is the same as for Linux, it is based on the project https://github.com/jcmvbkbc/gcc-xtensa.git

Nevertheless, the produced binaries with the Windows toolchain are bigger and prevent compiling the NodeMCU firmware without removing some modules.

Have you seen this answer form jcmvbkbc?
viewtopic.php?f=9&t=820&start=220#p13877
User avatar
By Vleis Walker
#16518 Hi there

I would like to IMPORT into Eclipse (CHERTS Setup) the project from https://github.com/eadf/esp_mqtt_lcd

What I have done....
1. D/l the zip from GIT
2.Unzip it
3.Moved the folder to Espressif\examples
4.Started Eclipse
5.Select Import > General>Import Existing Projects into Workspace
6.Selected the c:\Espressif\examples as root directory
7.However, my copied folder not in list.....

Did I place it in the wrong folder?

Where should one have the Eclipe Workspace?

Thank you for the patience.
And help.

Regards
VleisWal