Skip to content

After updating Arduino IDE 2.3.6 I received the following errors. #2708

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

Closed
3 tasks done
rizacelik opened this issue Apr 12, 2025 · 1 comment
Closed
3 tasks done

After updating Arduino IDE 2.3.6 I received the following errors. #2708

rizacelik opened this issue Apr 12, 2025 · 1 comment
Assignees
Labels
conclusion: invalid Issue/PR not valid type: imperfection Perceived defect in any part of project

Comments

@rizacelik
Copy link

Describe the problem

After updating Arduino IDE 2.3.6 I received the following errors.

error: 'sqrt' was not declared in this scope
error: 'M_PI' was not declared in this scope

To reproduce

The file math.h is missing or corrupt.

Expected behavior

The file math.h is missing or corrupt.

Arduino IDE version

2.3.6

Operating system

Windows

Operating system version

64

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@rizacelik rizacelik added the type: imperfection Perceived defect in any part of project label Apr 12, 2025
@per1234 per1234 self-assigned this Apr 13, 2025
@per1234
Copy link
Contributor

per1234 commented Apr 13, 2025

Hi @rizacelik. The math.h file is completely separate from the Arduino IDE application, so the problem you are experiencing is unrelated to the Arduino IDE application codebase which is hosted in this repository. It is likely that you made some other change such as updating the boards platform you are using around the same time as you updated the IDE, and it was that other change that caused the problem you are experiencing now, while the fact that you updated Arduino IDE was completely coincidental.

So I will close this as off topic. Please make a post over on Arduino Forum. We'll be able to assist you with the problem over there:

https://forum.arduino.cc/

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 13, 2025
@per1234 per1234 added the conclusion: invalid Issue/PR not valid label Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: invalid Issue/PR not valid type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants