-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Broken build process #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
there is a new toolchain. run tools/get.py again to update it. I hope to fix your problem :) |
Fine, it works. Thoma |
I'm trying to build for ESP32 on ubuntu with arduino IDE. The get.py script failed with dirname ._esptool. I managed to hack the regex to get that to work, i think. But then the link failed with undefined reference to `_impure_ptr' ... UGH. :-( get.py is fetching xtensa-esp32-elf-linux32-1.22.0-59.tar.gz and esptool-fe69994-linux32.tar.gz |
Will fix :) extract tools/dist/esptool-fe69994-linux32.tar.gz into tools (will extract esptool) and it should be fine from then on. Issue is OS X system file that is left in the archive (Mac user here) |
what about the arduino IDE build error on ubuntu32 building for sparkfun esp32 thing: I also tried the arduino IDE build on 64-bit ubuntu 16.04, but there compile won't even start, get: |
Hello //edit old esp32 files. Delete all concerning ESP32 and now working ok. |
Fix AVR platforms not compiling
Uh oh!
There was an error while loading. Please reload this page.
Since last update 3b874d5, I am not able to build my software.
Something goes wrong during the linking, the process claims: undefined reference to `_impure_ptr'
Thoma
The text was updated successfully, but these errors were encountered: