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

User avatar
By kathir
#21164
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
User avatar
By wedgedtail
#67660 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
User avatar
By eriksl
#91259 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