Forum breadcrumbs - You are here:ForumGeneral: HelpArduino waring
You need to log in to create posts and topics.

Arduino waring

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:

Hi.

Warnings can be a problem if you are debugging, but not just for compiling.

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?

You can check your private messages here: https://simulide.com/p/messages

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:)

Great, glad to know you got it working.

And thanks for the information, for sure it will be helpfull for other users.