Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By erik2005
#8574 Hello pvvx,

no that was my mistake:- I meant Makefile.zip... :lol:
I am using newest versions with Makefile.zip, so in particular:
    Eclipse Luna+ESP8266-DevKit-v1.0.7 (with SDK0.95)+ and yours newest WebBase

But unfortunately its the same problem: The "building all" works fine, but I did not generate new binaries to flash :oops:
In other words: no new .bin files in workspace/bin Dir. :(

So the last Console lines are:
Code: Select allCC web_int_vars.c
AR .output///lib/libweb.a
c:/Espressif/xtensa-lx106-elf/bin/xtensa-lx106-elf-ar: creating .output///lib/libweb.a
mingw32-make[1]: Leaving directory 'C:/workspace/Web_base/Web'

10:10:18 Build Finished (took 1m:59s.415ms)


Thank you really for help, I am looking forward to get the problem solved.


pvvx wrote:
erik2005 wrote:Hello Sir,
......
How to change the Makefile??
Hello Sir.
You are using an older version?
In the version for SDK 0.9.5 no Makefile.rar. Makefile.zip...
User avatar
By pvvx
#8579 Hello 'erik2005'.
I am using re-installed the devkit v1.0.7:
http://programs74.ru/get.php?file=Espre ... 8266DevKit (Espressif-ESP8266-DevKit-v1.0.7-x86.exe)
Code: Select allAR .output/eagle/debug/lib/libweb.a
c:/Espressif/xtensa-lx106-elf/bin/xtensa-lx106-elf-ar: creating .output/eagle/debug/lib/libweb.a
...
AR .output/eagle/debug/lib/libdriver.a
c:/Espressif/xtensa-lx106-elf/bin/xtensa-lx106-elf-ar: creating .output/eagle/debug/lib/libdriver.a
mingw32-make[1]: Leaving directory 'E:/ESP8266/workspace/Web_base/driver'
LD .output/eagle/debug/image/eagle.app.v6.out
FW ./bin/0x00000.bin + ./bin/0x40000.bin

No warning and "error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ICACHE_RODATA_ATTR'"
User avatar
By alonewolfx2
#8581 i am using devkit 1.0.6 and its working fine for me too. i dont have any error message.