Skip to content
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

Fatal Error: string: No such file or directory #4

Open
mdogan93 opened this issue Mar 29, 2018 · 1 comment
Open

Fatal Error: string: No such file or directory #4

mdogan93 opened this issue Mar 29, 2018 · 1 comment

Comments

@mdogan93
Copy link

mdogan93 commented Mar 29, 2018

I zipped the cloned repository and include it from Arduino IDE. When I tried to include library on Arduino IDE and tried some example to verify the code. It does not compile with the error below:

In file included from /home/narya/Arduino/libraries/web3-arduino/examples/eth_call/eth_call.ino:2:0:
/home/narya/Arduino/libraries/web3-arduino/src/Web3.h:11:18: fatal error: string: No such file or directory
 #include <string>
                  ^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.

I have downloaded STL library from the following link but another problem exists. http://andybrown.me.uk/downloads/
I also included it here but I do not think that library is ready-to-use when downloaded.

/home/narya/Arduino/libraries/web3-arduino/src/Util.cpp:7:18: fatal error: cstdio: No such file or directory #include <cstdio> ^ compilation terminated. exit status 1

@publu
Copy link

publu commented Apr 5, 2018

Make sure to install the board following these instructions: https://github.com/espressif/arduino-esp32

That should fix that issue. Make sure you compile to the ESP32 board.

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

No branches or pull requests

2 participants