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

User avatar
By Henrik Pedersen
#31669 Hi

I am using the following setup for compiling in Eclipse:
viewtopic.php?f=9&t=820

I am now trying to implement OTA for our custom firmware but I can´t for the life of me figure out how to setup the Makefile for versioning and creation of user1.bin and user2.bin.


Any help would be much appreciated.

//Henrik
User avatar
By sharkx
#37714
Henrik Pedersen wrote:Hi

I am using the following setup for compiling in Eclipse:
viewtopic.php?f=9&t=820

I am now trying to implement OTA for our custom firmware but I can´t for the life of me figure out how to setup the Makefile for versioning and creation of user1.bin and user2.bin.


Any help would be much appreciated.

//Henrik

Any luck ? I'm also looking for a solution to this problem.