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

User avatar
By leblebitozu
#729 @mamalala

Thank you for your valuable works, I was able to compile "AT" and "IOT" firmware with your makefile.

There is a mistake in the makefile at the following line; after SDK_LDDIR there is a double slash "//"

LD_SCRIPT := $(addprefix -T$(SDK_BASE)/$(SDK_LDDIR)//,$(LD_SCRIPT))
User avatar
By rudi
#731 @chris
AT demo
successfull compiled and linked and after all fine bin's laught me at face ;-)
0x00000.bin
0x40000.bin

later night i try IoT Demo too.

only little mistake in Makefile, search for the double // in the makefile
row 69
great work!!!
^^^^^^^^^^^^^^^^

best wishes
rudi
;-)
User avatar
By mamalala
#732 Thanks for the feedback.

Yea, the double-slash shoud be removed, will do that in the next version. Should work anyways, at least it does for me.

Now it's time that i add the upload/download functionality to my esptool. Fiddling around with jumpers and reset button makes the cycle of compiling/uploading/testing rather tedious. I'm going to use the DTR and RTS lines of the serial comms link from the PC/USB adapter to handle the reset and gpio0 pins. That means that no more fiddling around is needed to upload a new firmware.

Greetings,

Chris