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

User avatar
By Lawrence_jeff
#6077
alonewolfx2 wrote:
marcinozog wrote:Hi, yours project its very helpful. Can you add this ESP8266 transparent bridge? https://github.com/beckdac/ESP8266-transparent-bridge

I attached cip file for this project. just extract in examples folder and import with eclipse. i tried with 093 and 095 sdk its compiling. but i didnt tried on esp chip


FYI In case anyone else had trouble, maybe a newbie mistake but this didn't work for me, eclipse wouldn't import it until I changed the name in the .project file. (The file in the zip had the name of an existing project that was already present if you followed the instructions in this thread)
User avatar
By alonewolfx2
#6080
Lawrence_jeff wrote:
alonewolfx2 wrote:
marcinozog wrote:Hi, yours project its very helpful. Can you add this ESP8266 transparent bridge? https://github.com/beckdac/ESP8266-transparent-bridge

I attached cip file for this project. just extract in examples folder and import with eclipse. i tried with 093 and 095 sdk its compiling. but i didnt tried on esp chip


FYI In case anyone else had trouble, maybe a newbie mistake but this didn't work for me, eclipse wouldn't import it until I changed the name in the .project file. (The file in the zip had the name of an existing project that was already present if you followed the instructions in this thread)

you can change folder name and you dont need change anything else. i tried change folder name and project name in .project file and its working fine for me.
Code: Select all22:20:43 **** Build of configuration Default for project transparentUartTcp ****
mingw32-make.exe -f C:/Espressif/examples/transparentUartTcp/Makefile all
CC driver/uart.c
CC user/server.c
CC user/user_main.c
CC user/config.c
CC user/flash_param.c
AR build/app_app.a
LD build/app.out
FW firmware/0x00000.bin
FW firmware/0x40000.bin

22:20:48 Build Finished (took 5s.320ms)
You do not have the required permissions to view the files attached to this post.
User avatar
By alonewolfx2
#6175
Lawrence_jeff wrote:
alonewolfx2 wrote:
marcinozog wrote:Hi, yours project its very helpful. Can you add this ESP8266 transparent bridge? https://github.com/beckdac/ESP8266-transparent-bridge

I attached cip file for this project. just extract in examples folder and import with eclipse. i tried with 093 and 095 sdk its compiling. but i didnt tried on esp chip


FYI In case anyone else had trouble, maybe a newbie mistake but this didn't work for me, eclipse wouldn't import it until I changed the name in the .project file. (The file in the zip had the name of an existing project that was already present if you followed the instructions in this thread)

Did you tried upload hex file to the arduino? I tried and i didn't upload.
User avatar
By Lawrence_jeff
#6184 One additional step to the instructions that will make you life easier, add serial terminal support directly to eclipse.

http://mcuoneclipse.com/2014/03/23/seri ... se-kepler/

Following these instructions I can now compile, flash and talk to the ESP all without having to leave eclipse. Awesome - thanks OP for this thread