光说有毛用


unknown_u16_type

· by admin · Read in about 1 min · (19 Words)
linux gcc 

issue:

gcc build error

error: unknown type name ‘u16’

solution:

install kernel-headers

sudo yum install kernel-headers -y 

referer: https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=689756

Comments