Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

SimulIDE 101_1073. Compilation box errors

2 posters

Go down  Message [Page 1 of 1]

1SimulIDE 101_1073. Compilation box errors Empty SimulIDE 101_1073. Compilation box errors Sat Apr 16, 2022 11:14 am

Defran

Defran

As in previous versions... the text, that I included, in the compilation results area continues to appear. Despite this output, the compilation works. I await your comments. Thanks.
Attachments
SimulIDE 101_1073. Compilation box errors AttachmentCompilation_box.zip
box
You don't have permission to download attachments.
(46 Kb) Downloaded 3 times



Last edited by arcachofo on Sun Apr 17, 2022 9:27 am; edited 1 time in total (Reason for editing : Marked as solved (green color))

arcachofo

arcachofo

That image shows an error in the path to avr binaries.
What Tool Path can you see in Compiler settings?

The best way to see what really happens is not a partial image:
Yo can copy the content of the output panel and paste here in a post.

It is important that you copy ALL the output.
Example:
1- Right-click on the output panel, and click on "Select All", then delete the selection.
2- Compile.
3- Right-click on the output panel, and click on "Select All", then copy the selection.
4- Paste here (you can use the "code" icon to diferentiate it).

Defran

Defran

-------------------------------------------------------

Executing:
"C:/Program Files (x86)/Arduino/arduino-builder.exe" -compile -hardware "C:/Program Files (x86)/Arduino/hardware" -tools "C:/Program Files (x86)/Arduino/tools-builder" -tools "C:/Program Files (x86)/Arduino/hardware/tools/avr" -built-in-libraries "C:/Program Files (x86)/Arduino/libraries" -libraries "C:\Users\primy\OneDrive\Documents\Arduino/libraries" -fqbn=arduino:avr:uno -build-path "C:/WIN_BASE/8_TECNICO/ARDUINO/0_SIMULIDE/0_SimulIDE_101_1073_W64/data/codeeditor/buildIno/build" -build-cache "C:/WIN_BASE/8_TECNICO/ARDUINO/0_SIMULIDE/0_SimulIDE_101_1073_W64/data/codeeditor/buildIno/cache" "C:/1_TEMPO/LED_RGB_PWM__/RGB_LED_PWM.ino"

Build folder: C:/WIN_BASE/8_TECNICO/ARDUINO/0_SIMULIDE/0_SimulIDE_101_1073_W64/data/codeeditor/buildIno
SketchBook:   C:\Users\primy\OneDrive\Documents\Arduino
Arduino Board "arduino:avr:uno"

Sketch uses 1422 bytes (4%) of program storage space. Maximum is 32256 bytes.
Global variables use 15 bytes (0%) of dynamic memory, leaving 2033 bytes for local variables. Maximum is 2048 bytes.


FirmWare Uploaded to mega328
C:/1_TEMPO/LED_RGB_PWM__/RGB_LED_PWM.hex


Warning: avr-objdump executable not detected:
C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr/bin/avr-objdump.exe

Searching for variables... 0 variables found

Warning: avr-size executable not detected:
C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr/bin/avr-size.exe

Warning: avr-addr2line executable not detected:
C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr/bin/avr-addr2line.exe

Mapping Flash to Source... 0 lines mapped
-------------------------------------------------------------------------------------------------------
The exe programs are in the directories. Ver Arduino IDE: 1819.
--------------------------------------------------------------------------------------------------------

arcachofo

arcachofo

The exe programs are in the directories.
There is an error in the path (repeated avr/bin):
C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr/bin/avr-objdump.exe

But I don't have that error, maybe is Windows specific.
I'm trying to find the cause.

arcachofo

arcachofo

This issue should be solved at Rev 1087.

This also applies to this report:
https://simulide.forumotion.com/t577-simulide-101_1073-debugger-does-not-work#3082

Defran

Defran

Repition in path is very rare, yes. I am using windows 11, 64 bits for your info. I am waiting for news about it, thanks.

Defran

Defran

In Ide Arduino the path is: C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-objdump.exe

Defran

Defran

-------------------------------------------------------

Executing:
"C:/Program Files (x86)/Arduino/arduino-builder.exe" -compile -hardware "C:/Program Files (x86)/Arduino/hardware" -tools "C:/Program Files (x86)/Arduino/tools-builder" -tools "C:/Program Files (x86)/Arduino/hardware/tools/avr" -built-in-libraries "C:/Program Files (x86)/Arduino/libraries" -libraries "C:\Users\primy\OneDrive\Documents\Arduino/libraries" -fqbn=arduino:avr:uno -build-path "C:/WIN_BASE/8_TECNICO/ARDUINO/0_SIMULIDE/0_SimulIDE_1101_W64/data/codeeditor/buildIno/build" -build-cache "C:/WIN_BASE/8_TECNICO/ARDUINO/0_SIMULIDE/0_SimulIDE_1101_W64/data/codeeditor/buildIno/cache" "E:/1_DESARROLLO/0_FACERE___/1_ARDUINO/0_PROYECTOS/4_LEDS__/1_LEDS DIRECTOS/3_PROGRAMAS/0_LED_BOTON/1LED_PULSADOR_CONTADOR/1HZ_DESDE.ino"

Build folder: C:/WIN_BASE/8_TECNICO/ARDUINO/0_SIMULIDE/0_SimulIDE_1101_W64/data/codeeditor/buildIno
SketchBook:   C:\Users\primy\OneDrive\Documents\Arduino
Arduino Board "arduino:avr:uno"

Sketch uses 1004 bytes (3%) of program storage space. Maximum is 32256 bytes.
Global variables use 15 bytes (0%) of dynamic memory, leaving 2033 bytes for local variables. Maximum is 2048 bytes.


FirmWare Uploaded to mega328
E:/1_DESARROLLO/0_FACERE___/1_ARDUINO/0_PROYECTOS/4_LEDS__/1_LEDS DIRECTOS/3_PROGRAMAS/0_LED_BOTON/1LED_PULSADOR_CONTADOR/1HZ_DESDE.hex





Warning: avr-objdump executable not detected:
C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr-objdump.exe

Searching for variables... 6 variables found

Warning: avr-size executable not detected:
C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr-size.exe

Warning: avr-addr2line executable not detected:
C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr-addr2line.exe

Mapping Flash to Source... 4 lines mapped

arcachofo

arcachofo

It still outputs the warnings, but it is working ok.
Solved at Rev 1105.

11SimulIDE 101_1073. Compilation box errors Empty SIDE 1131. Thu Apr 28, 2022 1:25 pm

Defran

Defran

In V1131 the same thing happens as in the previous ones when compiling.


-------------------------------------------------------

Executing:
"C:/Program Files (x86)/Arduino/arduino-builder.exe" -compile -hardware "C:/Program Files (x86)/Arduino/hardware" -tools "C:/Program Files (x86)/Arduino/tools-builder" -tools "C:/Program Files (x86)/Arduino/hardware/tools/avr" -built-in-libraries "C:/Program Files (x86)/Arduino/libraries" -libraries "C:\Users\primy\OneDrive\Documents\Arduino/libraries" -fqbn=arduino:avr:uno -build-path "C:/WIN_BASE/8_TECNICO/ARDUINO/0_SIMULIDE/0_SimulIDE_1131_W64/data/codeeditor/buildIno/build" -build-cache "C:/WIN_BASE/8_TECNICO/ARDUINO/0_SIMULIDE/0_SimulIDE_1131_W64/data/codeeditor/buildIno/cache" "G:/1_DESARROLLO/0_FACERE___/1_ARDUINO/0_PROYECTOS/5_DISPLAYs_/2_LCD_DISPLAY_2_4 lINEAS/LCD/LCD_Pong__/LCD_Pong.ino"

Build folder: C:/WIN_BASE/8_TECNICO/ARDUINO/0_SIMULIDE/0_SimulIDE_1131_W64/data/codeeditor/buildIno
SketchBook: C:\Users\primy\OneDrive\Documents\Arduino
Arduino Board "arduino:avr:uno"

Sketch uses 2936 bytes (9%) of program storage space. Maximum is 32256 bytes.
Global variables use 35 bytes (1%) of dynamic memory, leaving 2013 bytes for local variables. Maximum is 2048 bytes.


FirmWare Uploaded to mega328
G:/1_DESARROLLO/0_FACERE___/1_ARDUINO/0_PROYECTOS/5_DISPLAYs_/2_LCD_DISPLAY_2_4 lINEAS/LCD/LCD_Pong__/LCD_Pong.hex


Warning: avr-objdump executable not detected:
C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr-objdump.exe

Searching for variables... 13 variables found

Warning: avr-size executable not detected:
C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr-size.exe

Warning: avr-addr2line executable not detected:
C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr-addr2line.exe

Mapping Flash to Source... 109 lines mapped

arcachofo

arcachofo

Ok, I will have a look.
Anyway you can ignore those warnings, compilation is working ok.

Defran

Defran

Yes, compilation is working fine.

arcachofo

arcachofo

I thinkt this issue is solved at Rev 1134,

Defran

Defran

Fine, I am waiting for it. Thank You very much.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum