Difficulty building for esp8266 #6636
Unanswered
espruino-discuss
asked this question in
Porting to new Devices
Replies: 1 comment
-
Posted at 2015-11-23 by tve Add
As soon as Gordon merges my PR this will be fixed. Posted at 2015-11-23 by @gfwilliams Yes, sorry about that, I'll do it today. I wasn't at the PC much this weekend :) Posted at 2015-11-23 by Les Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-11-23 by Les
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
Beta Was this translation helpful? Give feedback.
All reactions