-
-
Notifications
You must be signed in to change notification settings - Fork 114
"Archiving built core" message should only be shown in verbose output and in white, not red #238
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
@per1234 I agree with it, thanks for reporting. I probably never noticed it since I always compile with max verbosity 😄 Fixing right now! |
Fixed by 7883e01 |
The fix commit made the message only appear in verbose mode, but failed to make it appear in white, so I'm reopening this issue. I just submitted a PR to fix this. |
What is the status on this |
So having red without getting an error OK? |
@sanjeewasam the line is printed in white in Beta channel at the moment, if you could test it and report if you find any bug it would be awesome! |
hello in programing ESP i have error i don t know this error Archiving built core (caching) in: C:\Users\narjes\AppData\Local\Temp\arduino_cache_348130\core\core_esp8266_esp8266_generic_CpuFrequency_80,FlashFreq_40,FlashMode_dio,UploadSpeed_115200,FlashSize_512K64,ResetMethod_ck,Debug_Disabled,DebugLevel_None_____8f9b38d3d6da3b10a73a5ebc46da2c3b.a |
what meaning of verbose mode? |
Hello Iam trying hard to solve the error did you find any solutions ? |
Using Arduino IDE 1.8.3 on Windows 7 64 bit
The message:
is shown in red in the non-verbose compilation output. It should only be shown in the verbose compilation output and the color should be white as it is not a warning or error.
As demonstrated by:
and:
This message can cause undue concern for users or mislead them from the true cause of their problem, yet it provides no useful information to the vast majority of users.
The text was updated successfully, but these errors were encountered: