[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-11-18 Thread dory at satx dot rr.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771

--- Comment #10 from Donna Ory  ---
(In reply to Richard Biener from comment #3)
> Please provide a testcase - usually preprocessed source, commandline-options
> with -v appended.  See https://gcc.gnu.org/bugs.html
> 
> Note that GCC 5 and 6 are no longer supported so you need to update to GCC 7
> or newer.

Where do I go to get the update for GCC 7? I don't know how I have GCC 5 or 6.
I don't even know what it is. lol
Thanks!

[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-11-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771

Andrew Pinski  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from Andrew Pinski  ---
Dup of bug 87695.

*** This bug has been marked as a duplicate of bug 87695 ***

[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-11-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771

Andrew Pinski  changed:

   What|Removed |Added

 CC||braddock.c at husky dot neu.edu

--- Comment #8 from Andrew Pinski  ---
*** Bug 88067 has been marked as a duplicate of this bug. ***

[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-10-29 Thread dory at satx dot rr.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771

--- Comment #7 from Donna Ory  ---
(In reply to Eric Gallager from comment #6)
> (In reply to Donna Ory from comment #4)
> > I got the Master Tevo Flash files from here: 
> > 
> > https://www.facebook.com/groups/2058176381100233/files/
> 
> That's a closed group.
> 
> > 
> > I have the "Standard" version, so that's the only one that I kept out of the
> > zip file.
> > 
> > Since it has all the Marlin files in it, I didn't need to download a new
> > Marlin set up.
> > 
> > I got the U8glib files off of github. 
> 
> This one? https://github.com/olikraus/u8glib 
> 
> > I downloaded the zip file, to the folder where I have my 3D printer stuff,
> > and the followed the directions to add it to the library. I did not unzip 
> > it.
> > 
> > Since this, I even tried using the newest version U8glib 1.18.1, but it
> > still has the same errors.

How do I get the file to you?

[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-10-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771

--- Comment #6 from Eric Gallager  ---
(In reply to Donna Ory from comment #4)
> I got the Master Tevo Flash files from here: 
> 
> https://www.facebook.com/groups/2058176381100233/files/

That's a closed group.

> 
> I have the "Standard" version, so that's the only one that I kept out of the
> zip file.
> 
> Since it has all the Marlin files in it, I didn't need to download a new
> Marlin set up.
> 
> I got the U8glib files off of github. 

This one? https://github.com/olikraus/u8glib 

> I downloaded the zip file, to the folder where I have my 3D printer stuff,
> and the followed the directions to add it to the library. I did not unzip it.
> 
> Since this, I even tried using the newest version U8glib 1.18.1, but it
> still has the same errors.

[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-10-29 Thread dory at satx dot rr.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771

--- Comment #5 from Donna Ory  ---
Also, my "SanityCheck.h" is off the charts with all kinds of stuff that just
gives the the "Deer in the headlights" look!! lol!!

[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-10-29 Thread dory at satx dot rr.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771

Donna Ory  changed:

   What|Removed |Added

URL||https://www.youtube.com/wat
   ||ch?v=lAKyZd63_ns=559s

--- Comment #4 from Donna Ory  ---
I got the Master Tevo Flash files from here: 

https://www.facebook.com/groups/2058176381100233/files/

I have the "Standard" version, so that's the only one that I kept out of the
zip file.

Since it has all the Marlin files in it, I didn't need to download a new Marlin
set up.

I got the U8glib files off of github. I downloaded the zip file, to the folder
where I have my 3D printer stuff, and the followed the directions to add it to
the library. I did not unzip it.

Since this, I even tried using the newest version U8glib 1.18.1, but it still
has the same errors.

[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-10-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771

Richard Biener  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2018-10-29
 Ever confirmed|0   |1

--- Comment #3 from Richard Biener  ---
Please provide a testcase - usually preprocessed source, commandline-options
with -v appended.  See https://gcc.gnu.org/bugs.html

Note that GCC 5 and 6 are no longer supported so you need to update to GCC 7 or
newer.

[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-10-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771

Eric Gallager  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  ---
(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  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