-
-
Notifications
You must be signed in to change notification settings - Fork 445
itoa not declare in scope #182
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
Hi @mrbbp. Thanks for your report. I'm not able to reproduce your results with Arduino IDE 1.8.10. I get the same error either way.
|
|
ok, i found the difference. in 1.8.10 IDE it use the Roger Clark version which have not a package_index.json to install but is seen by IDE :
|
OK, this is very useful information. I can see that you have a copy of the STM32 boards platform installed in your sketchbook:
Sketchbook installed boards platforms are not currently supported by Arduino IDE 2.0.0 (#126). So I'm guessing you also have a Boards Manager installation of the platform which Arduino IDE 2.0.0 is using. The use of the different boards platforms of different versions is likely the cause of the different results. Now I would like to compare the output from Arduino IDE 2.0.0. Please do this:
|
Oops, you're ahead of me. Haha! OK, I'm glad we have found the cause already. Since we already have a bug report about the lack of support for the sketchbook-installed boards platforms I'll go ahead and close this. You're welcome to subscribe to #126 to get notifications of the progress on adding support for them. Regards, Per |
thanks |
Describe the bug
When i attempt to compile a skech with an itoa instruction with STM32 (not the official STM32 one but Dan Down version)
https://dan.drown.org/stm32duino/package_STM32duino_index.json
i've got an error on this
my script
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On IDE 1.8.10 it compile perfectly with the same package_index
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: