https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org
            Summary|My first 3d printer, and I  |My first 3d printer, and I
                   |messed up trying to update  |messed up trying to update
                   |the .ini file. So, I'm      |the .ini file. So, I'm
                   |trying to put the original  |trying to put the original
                   |software back in it, and I  |software back in it, and I
                   |get this error              |get this internal compiler
                   |                            |error

--- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Donna Ory from comment #0)
> Created attachment 44910 [details]

The part of that output that is actually from gcc is this part:

C:\Users\dory\Documents\Arduino\libraries\U8glib\utility\u8g_rot.c:48:27:
warning: initialization from incompatible pointer type
[-Wincompatible-pointer-types]

 u8g_dev_t u8g_dev_rot = { u8g_dev_rot_dummy_fn, NULL, NULL };

                           ^

C:\Users\dory\Documents\Arduino\libraries\U8glib\utility\u8g_rot.c:48:27: note:
(near initialization for 'u8g_dev_rot.dev_fn')

sketch\stepper.cpp: In function 'get_axis_position_mm':

sketch\stepper.cpp:1195:1: internal compiler error: Segmentation fault

 }

 ^

Please submit a full bug report,

with preprocessed source if appropriate.

See <http://gcc.gnu.org/bugs.html> for instructions.

lto-wrapper.exe: fatal error: C:\Program
Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.15.0_x86__mdqgnx93n4wtt\hardware\tools\avr/bin/avr-gcc
returned 1 exit status

compilation terminated.

c:/program
files/windowsapps/arduinollc.arduinoide_1.8.15.0_x86__mdqgnx93n4wtt/hardware/tools/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/bin/ld.exe:
error: lto-wrapper failed

collect2.exe: error: ld returned 1 exit status

exit status 1

> Note++ Marlin error
> 
> I got the Arduino software off the Windows store, and followed the
> directions given by Thomas Sanladerer on his video on how to upgrade the
> Marlin software.

Could you provide a link to this video please?

> I downloaded the u8glib_arduino_v1.17 zip file,

From where?

> and had the software include it in the libraries.
> 
> I have re compiled 4 times, even after opening the "Manage Libraries" so
> they can update...and I still get the same errors.
> 
> I don't know how to save in a .i File, but I did copy and paste it into a
> Note++.
> 
> I hope you can help me, and I really appreciate what you do!
> 
> Sincerely,
> Donna Ory

Reply via email to