I wanted to flash this app -> https://github.com/beckdac/ESP8266-transparent-bridge using Eclipse and Espressif. The first problem is it doesn't has headers which it uses, i.e #include "ets_sys.h" but that file doesn't exist there. I found all those missing files in other projects , copied them and try to compile again. Unfortunately, problems again, this time very long list of errors like this one : "undefined reference to `os_printf_plus'".
What's wrong? It's very frustrating when you download code that supposed to works in a certain way and it turns out that it doesn't even compile ;(
I don't know why people publish code like this one .