bootlin / buildroot-external-st

External Buildroot tree for STMicroelectronics boards configurations
48 stars 26 forks source link

QT5 build fail #16

Closed Mula-Gabriel closed 2 years ago

Mula-Gabriel commented 2 years ago

i had the same issue as here https://yhbt.net/lore/all/20210703000905.680afb9e@gmx.net/T/ with config st_stm32mp157c_dk2_demo_defconfig while building qt5.15.2

I just added this include in qbytearraymatcher.h #include <limits>

Qt5 build fine now

kmaincent commented 2 years ago

Hello, thanks for your feedback. I don't know which Buildroot version you are using but the patch you mention is merged in version 2021.02.3. Do you still face the issue with this version?