lbernstone / arduino-esp32-solo

Compiled libraries for ESP32-SOLO
58 stars 19 forks source link

Build instructions? #3

Closed pauln closed 4 years ago

pauln commented 4 years ago

First off, thanks for this repo! I'm looking to get my own code running on a single-core ESP32, and your repo was the first sign I've found that it might actually be possible with currently-available tools.

Are you able to share how you go about building these files? Sorry if this is documented somewhere else; if it is, please point me at the existing documentation.

pauln commented 4 years ago

I've managed to figure it out (and achieve what I was aiming to).

I found your fork of https://github.com/espressif/esp32-arduino-lib-builder - thanks for your contributions to that project, too - and, using the Espressif repo, managed to run a build (by following the README's instructions). I then ported your config tweaks over, made my own tweak to the esp-idf source, and re-ran build.sh.

Replacing libesp32.a with the freshly-built version then had me up and running with my tweak on top of your single-core support.

Thanks again for your work on this repo and related projects!