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

User avatar
By CHERTS
#4678
folny82 wrote:Hello
I want to compile this project https://github.com/Frans-Willem/EspLightNode but I can not do it always vote for the Eclipse error can anyone help me with that ? thank you.


I compiled the project with a minimum of fixes, see the attachment.
You do not have the required permissions to view the files attached to this post.
User avatar
By CHERTS
#4680
alonewolfx2 wrote:I tried examples but esphttpd can not make. here is the log. have you any idea?
Code: Select all17:00:22 **** Build of configuration Default for project esphttpd ****
user/base64.c: In function 'base64_decode':
user/base64.c:54:3: error: array subscript has type 'char' [-Werror=char-subscripts]
   if(isspace(in[ii])) continue;
   ^
cc1.exe: all warnings being treated as errors
and can you add espressif freertos iot example?


I have no such errors, see the video. I tried to compile esphttpd on 2 different computers.
http://www.youtube.com/watch?v=ZgxRXaWT9F0

espressif freertos very crude, yet it does not make sense to use.
User avatar
By alonewolfx2
#4681 freertos with multitasking very usefull. i am developing in lubuntu vm. i am very happy if you can add freertos. and can you attach your esphttpd folder? maybe i have issue i dont know. i can compile other examples but i cant compile esphttpd.