-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Unable to use the iostream header file in cpp project (GIT8266O-730) #1152
Comments
Add log.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Development Kit: Nodemcu
IDF version (
git rev-parse --short HEAD
to get the commit id.): 35c9415ver 3.4
Development Env: make
Operating System: [Windows
Power Supply: [USB
Problem Description
I am compiling a program in cpp. when ever I use the header file iostream, on flashing my module keep restarting. I tried other cpp headers like fstream and string. they both just work fine.
The program works fine with esp32.
//Detailed problem description goes here.
Expected Behavior
program should compile flawlessly and able to use the std::cout with that
Actual Behavior
node mcu in boot loop
Steps to repropduce
// It helps if you attach a picture of your setup/wiring here.
Code to reproduce this issue
// If your code is longer than 30 lines, GIST is preferred.
Debug Logs
Other items if possible
build
folder (note this may contain all the code details and symbols of your project.)The text was updated successfully, but these errors were encountered: