Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

compile errors #12

Closed
pipovanpimperzele opened this issue Dec 17, 2018 · 4 comments
Closed

compile errors #12

pipovanpimperzele opened this issue Dec 17, 2018 · 4 comments

Comments

@pipovanpimperzele
Copy link

Hi,

I am trying to compile using platformio.
I am getting an error.
compile.txt

What could be wrong?

@proddy
Copy link
Collaborator

proddy commented Dec 17, 2018

Looks like the toolchain can't find the libraries. Are you running this using VSCode or the CLI version of platformIO. Make sure you've updated all the libraries and dependencies and run again with verbose mode.

@pipovanpimperzele
Copy link
Author

to be honest, this is the first time I am using VSC/platformIO.
What I do is:
I go to terminal -> run build task --> choose PlatformIO: build (d1_mini)

@proddy
Copy link
Collaborator

proddy commented Dec 17, 2018

no worries! If you're not really a developer then the easiest way to download, compile and upload is following my instructions in the doc.

  1. On Windows10 start a bash shell (https://docs.microsoft.com/en-us/windows/wsl/install-win10)
  2. % pip install -U platformio
  3. % sudo platformio upgrade
  4. % platformio platform update
  5. % git clone https://github.com/proddy/EMS-ESP-Boiler.git
  6. % cd EMS-ESP-Boiler
  7. % cp platformio.ini-example platformio.ini
  8. % platformio run -t upload

After the 1st time just refresh from git and repeat step 8

@pipovanpimperzele
Copy link
Author

compile is ok now. Thx!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants