You are reading a single comment by @Les and its replies. Click here to read the full conversation.
  • Hi All,

    Brand new here and pretty much brand new to Espruino and esp8266.

    Tonight I decided to set up the esp8266 tool chain and compile the Espruino esp8266 code. I ran into one snag and was hoping if some one could let me know if I missed something along the way. When doing the compile, the linking errors out because it cannot find the pwm functions (pwm_init, pwm_start, etc). I was able to get past the error by commenting out the code in the jshPinAnalogOutput function of jshardware.c for the esp8266.

    I have the latest expressif sdk version 1.4.0 with the latest build I saw on their website. I know c so-so, but not nearly as familiar with all the compiler and linker commands and options. I was thinking the issue might be in their linker script???

    Does anybody have any suggestions as to what I might have set up incorrectly?

    Let me know if there's any additional info I can provide that might help.

    Thanks,

    Les

About

Avatar for Les @Les started