Toolchain 5.3 compilation error
Posted: Tue Mar 11, 2025 2:57 pm
Yesterday I made the mistake of updating the toolchain to version 5.4, which is not fully compatible with VisualGDB. After doing so, I tried to install version 5.3. When compiling the toolchain, an error is thrown on the usb_dwc_hal.c file. The error is in the included file usb_dwc_ll.h at line 224:
hw->gusbcfg_reg.ulpiutmisel = 0;
error: 'usb_dwc_gusbcfg_reg_t' has no member named 'ulpiutmisel'
The compiled file is the 5.3 toolchain, contained in the folder:
C:/SysGCC/esp32/esp-idf/v5.3/components/hal/esp32s3/include/hal/
Any idea? Or should i rollback to version 5.2?
hw->gusbcfg_reg.ulpiutmisel = 0;
error: 'usb_dwc_gusbcfg_reg_t' has no member named 'ulpiutmisel'
The compiled file is the 5.3 toolchain, contained in the folder:
C:/SysGCC/esp32/esp-idf/v5.3/components/hal/esp32s3/include/hal/
Any idea? Or should i rollback to version 5.2?