Closed historicbruno closed 8 years ago
is there any difference between the two strings you are typing?
Hi, yes. The incorrect line has U+201C : LEFT DOUBLE QUOTATION MARK {double turned comma quotation mark} and U+201D : RIGHT DOUBLE QUOTATION MARK {double comma quotation mark}, but it should be U+0022 : QUOTATION MARK as in the corrected line.
okay.thanks a lot.
When I tried to build the SDK on Arch Linux ARM, the driver filename was invalid because LIBQHY_VERSION is defined with incorrect quotes:
set(LIBQHY_VERSION “0.1.7”)
should be:set(LIBQHY_VERSION "0.1.7")