-->
Page 43 of 55

Re: New Working GCC for ESP8266

PostPosted: Sun Jun 21, 2015 9:23 pm
by kathir
alonewolfx2 wrote:i cleaned up and try again. but i have same issue

Sir
Hello to everybody. I am new babie to linux environment..I try to build tool chain using esp-open sdk
in the following environments
VIRUTAL MACHINE Ubantu 14 32 bit running in winxp 32 bit
VIRTUAL MACHINE Ubantu 14 32 bit runningin Slacware linux 32 bit
VIRTUAL MACHINE Debian 32 bit running in winxp 32 bit

ALL these environment
BUILDING TOOL CHAIN EITHER HANGS IN
"Extracting and patching tool chain components" or" bimutils-2.20 extracted partically"
Process stop"

How to fix this Pl help any one to overcome this bug

M.KATHIRESN M.SC
MADURSAI
INDIA

Re: New Working GCC for ESP8266

PostPosted: Sun Jun 21, 2015 11:40 pm
by cal
Moin,

tell us what you executed and we may be able to help.

Cal

Re: New Working GCC for ESP8266

PostPosted: Tue Jun 27, 2017 4:41 pm
by wedgedtail
Hi did anyone ever resolve this issue? I have tried all three basic build options included in the documentation: make STANDALONE=y, make STANDALONE=n, and make.

I obviously cleaned the directory after each failed make attempt.. pasted below are the compilation failure.

Code: Select allmake  all-am
make[4]: Entering directory '/home/warren/Repositories/Flume/esp-open-sdk/esp-open-sdk/lx106-hal/src'
xtensa-lx106-elf-gcc  -mlongcalls -c clock.S
clock.S:27:28: fatal error: xtensa/coreasm.h: No such file or directory
 #include <xtensa/coreasm.h>
                            ^
compilation terminated.
Makefile:333: recipe for target 'clock.o' failed

Re: New Working GCC for ESP8266

PostPosted: Thu Apr 29, 2021 4:31 am
by eriksl
I did some work on rebasing the jcmvbkbc fork to the current HEAD of crosstool-NG itself and the result is the latest crosstool-NG available for lx106 (ESP8266) including gcc v10. I didn't yet test it thoroughly, but at the first sight it seems to work alright. Please test!

See topic: viewtopic.php?p=91258#p91258