-->
Page 1 of 1

Esp Bridge Master compile issues

PostPosted: Wed Apr 29, 2015 3:45 am
by scargill
Havin tried TuanPMs excellent ESP bridge firmware I wanted to compile it myself under Windows (Eclipse).

I pulled the code in from here https://github.com/tuanpmt/esp_bridge and quicky realised I also needed to import the MQTT software - that was easy - the link is in the modules directory. I also pulled in and renamed a project file so that the whole lot would come into Eclipse..

But on attempting to compile I'm getting this...

09:37:11 **** Build of configuration Default for project esp_bridge_master ****
mingw32-make.exe -f C:/Espressif/examples/esp_bridge-master/Makefile all
CC driver/uart.c
process_begin: CreateProcess(NULL, xtensa-lx106-elf-gcc -Idriver -Imodules/mqtt/mqtt -Iuser -Imodules -Idriver/include -Imodules/mqtt/mqtt/include -Iuser/include -Imodules/include -Iinclude -Ic:/Espressif/ESP8266_SDK/../include -Ic:/Espressif/ESP8266_SDK/include -Ic:/Espressif/ESP8266_SDK/include/json -Os -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH -g -O2 -c driver/uart.c -o build/driver/uart.o, ...) failed.
make (e=2): The system cannot find the file specified.

mingw32-make.exe: *** [build/driver/uart.o] Error 2

09:37:11 Build Finished (took 211ms)

I have no idea what this is referring to - as uart.c is sitting where it is supposed to be in the driver directory and the H files for that are in include/driver... yet this seems to indicate there's something wrong in producing uart.o ?????

Any ideas?