Hi, friends
I downloaded gtest manually and "make V=1 all_sdk_install", the compile logging as followed:
========================================
Operation was successfully performed.
CLEAN build/QT_BUILD
[ ! -d "/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/build/QT_BUILD" ] || rm -rf "/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/build/QT_BUILD"
CLEAN tools/gtest-1.6.0
[ ! -d "/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/tools/gtest-1.6.0" ] || rm -rf "/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/tools/gtest-1.6.0"
VERIFY downloads/gtest-1.6.0.zip
( cd "/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/downloads" && curl -L --silent -o "/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/downloads/gtest-1.6.0.zip.md5" ""
http://wiki.openpilot.org/download/attachments/18612236/gtest-1.6.0.zip.md5"" && if [ "`test -f \"/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/downloads/gtest-1.6.0.zip\" && openssl dgst -md5 \"/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/downloads/gtest-1.6.0.zip\" | cut -f2 -d' '`" != "`cut -f1 -d' ' < \"/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/downloads/gtest-1.6.0.zip.md5\"`" ]; then echo ' DOWNLOAD '
http://wiki.openpilot.org/download/attachments/18612236/gtest-1.6.0.zip && curl -L -o "/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/downloads/gtest-1.6.0.zip" "
http://wiki.openpilot.org/download/attachments/18612236/gtest-1.6.0.zip" && echo ' MD5 ' downloads/gtest-1.6.0.zip && [ "`test -f \"/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/downloads/gtest-1.6.0.zip\" && openssl dgst -md5 \"/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/downloads/gtest-1.6.0.zip\" | cut -f2 -d' '`" = "`cut -f1 -d' ' < \"/home/xxx/OpenPilot-ubuntu1504/code/OpenPilot/downloads/gtest-1.6.0.zip.md5\"`" ]; fi; )