Build fails
#201
|
I tried to build the project but looks like linker cannot find crt1-sim.o and _vectors.io. I'm using Windows10, VSCode with PlatformIO extension (as in readme). I tried both develop and master branch. I can find few similar errors with google, but don't know how to fix. Any idea what could be wrong? |
Answered by
posssson
Apr 29, 2021
Replies: 2 comments 4 replies
|
Find in internet remove this line in the .ini : platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git |
4 replies
Answer selected by
doudar
@kadaan , I haven't seen this issue. Any ideas? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find in internet remove this line in the .ini : platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git
Works for me :)