From 370700b5d3598bdf073ed46ad06d43f72754bb14 Mon Sep 17 00:00:00 2001 From: Hans Yang Date: Wed, 30 Aug 2017 15:55:46 +0800 Subject: [PATCH] Readme.txt: update the compile error help Signed-off-by: Hans Yang --- Readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.txt b/Readme.txt index 01c9b24..ed599f9 100644 --- a/Readme.txt +++ b/Readme.txt @@ -15,3 +15,11 @@ example: sudo ./rkdeveloptool db RKXXLoader.bin //download usbplug to device sudo ./rkdeveloptool wl 0x8000 kernel.img //0x8000 is base of kernel partition,unit is sector. sudo ./rkdeveloptool rd //reset device + +compile error help +if you encounter the error like below: +./configure: line 4269: syntax error near unexpected token `LIBUSB1,libusb-1.0' +./configure: line 4269: `PKG_CHECK_MODULES(LIBUSB1,libusb-1.0)' + +You should install pkg-config libusb-1.0: + sudo apt-get install pkg-config libusb-1.0