Arduino waring
Quote from helga on February 28, 2024, 12:14 amHello,
i had a problem with UpLoading.
i use arduino compiller and has his warning:
Warning: avr-objdump executable not detected:
avr-objdump
Searching for variables... 0 variables found
Warning: avr-size executable not detected:
avr-size
Warning: avr-addr2line executable not detected:
avr-addr2line
Mapping Flash to Source... 0 lines mapped
Simulide version: SimulIDE_1.0.0-SR2_MacOs
Arduino: arduino-ide_2.3.2
Hello,
i had a problem with UpLoading.
i use arduino compiller and has his warning:
Warning: avr-objdump executable not detected:
avr-objdump
Searching for variables... 0 variables found
Warning: avr-size executable not detected:
avr-size
Warning: avr-addr2line executable not detected:
avr-addr2line
Mapping Flash to Source... 0 lines mapped
Simulide version: SimulIDE_1.0.0-SR2_MacOs
Arduino: arduino-ide_2.3.2
Uploaded files:Quote from arcachofo on February 28, 2024, 12:28 amYes, those warnings are relevant only for debugging.
The problem is that simulide does not find avr executables.
Which Toolpath did you set in Compiler Settings?
Yes, those warnings are relevant only for debugging.
The problem is that simulide does not find avr executables.
Which Toolpath did you set in Compiler Settings?
Quote from arcachofo on February 28, 2024, 1:07 amYou can check your private messages here: https://simulide.com/p/messages
You can check your private messages here: https://simulide.com/p/messages
Quote from helga on February 29, 2024, 1:00 amI finally solve the problem.
It solved with downloaded 1.8.19 Audino IDE version
Tool Path: /app_location/Arduino.app/Contents/Java/
Libraries Path: /app_location/Arduino.app/Contents/Java/libraries/
Hope it will be useful:)
I finally solve the problem.
It solved with downloaded 1.8.19 Audino IDE version
Tool Path: /app_location/Arduino.app/Contents/Java/
Libraries Path: /app_location/Arduino.app/Contents/Java/libraries/
Hope it will be useful:)
Quote from arcachofo on February 29, 2024, 8:57 amGreat, glad to know you got it working.
And thanks for the information, for sure it will be helpfull for other users.
Great, glad to know you got it working.
And thanks for the information, for sure it will be helpfull for other users.