I hope I'm in the right place, I don't want to be horse-whipped by some senior members, I'm trying to learn.This is not a full time job, it's a hobby. Sorry if that offends some of you. Ok, so:
The scenario is thus:
I've been experimenting with a 2.4" TFT with SPI interface using different devices. As such I was trying different libraries and configurations on different boards. I was hoping to couple it with a 3.3v device to save the hassle of level conversion, but ran into issues there which we can consider irrelevant for this post. At this point I tried to upload an example graphics test from the Adafruit library and use resistors for the level conversion. That is when I got the compiler error below.
Arduino: 1.8.7 (Windows 10), Board: "Arduino Nano, ATmega328P (Old Bootloader)"
C:\Users\flagt\Documents\Arduino\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.cpp: In member function 'drawPixel':
C:\Users\flagt\Documents\Arduino\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.cpp:1341: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 (x86)\Arduino\hardware\tools\avr/bin/avr-gcc returned 1 exit status
compilation terminated.
c:/program files (x86)/arduino/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
Error compiling for board Arduino Nano.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Truthfully I'm unsure as to whether I'm qualified to submit a bug report after reading the instructions. (Prior to retirement I had to submit bug reports to Bell Labs; the process was much simpler) So I'm not sure where to go with this issue.