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

            Bug ID: 116105
           Summary: ESP32 error
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: charantiruvuri99 at gmail dot com
  Target Milestone: ---

Created attachment 58765
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58765&action=edit
I am making MPPT based solar charge controller using ESP32. I got this error
when I tried to compile the project in Arduino IDE where I need to operate the
LCD parameters using buttons. The output mus

C:\Users\chara\OneDrive\Documents\Arduino\FUGU-ARDUINO-MPPT-FIRMWARE-main\FUGU-ARDUINO-MPPT-FIRMWARE-main\ARDUINO_MPPT_FIRMWARE_V1.1\8_LCD_Menu.ino:
In function 'void LCD_Menu()':
8_LCD_Menu:554:6: error: insn does not satisfy its constraints:
  554 |   }  }
      |      ^
(insn 11 4070 1574 179 (set (reg:SF 19 f0 [orig:139 _108 ] [139])
        (mem/u/c:SF (symbol_ref/u:SI ("*.LC425") [flags 0x2]) [0  S4 A32]))
"C:\Users\chara\OneDrive\Documents\Arduino\FUGU-ARDUINO-MPPT-FIRMWARE-main\FUGU-ARDUINO-MPPT-FIRMWARE-main\ARDUINO_MPPT_FIRMWARE_V1.1\8_LCD_Menu.ino":289:33
49 {movsf_internal}
     (expr_list:REG_EQUAL (const_double:SF 0.0 [0x0.0p+0])
        (nil)))
during RTL pass: postreload
C:\Users\chara\OneDrive\Documents\Arduino\FUGU-ARDUINO-MPPT-FIRMWARE-main\FUGU-ARDUINO-MPPT-FIRMWARE-main\ARDUINO_MPPT_FIRMWARE_V1.1\8_LCD_Menu.ino:554:6:
internal compiler error: in extract_constrain_insn, at recog.cc:2692
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
See <https://gcc.gnu.org/bugs/> for instructions.
exit status 1
insn does not satisfy its constraints:

Reply via email to