JeTson nano
Created by: huaxiuyiwei
./lite/tools/build.sh --build_python=ON cuda 报错: /home/ox/Paddle-Lite/build_cuda/third_party/install/glog/include/glog/logging.h:720:1: note: in expansion of macro ‘DEFINE_CHECK_OP_IMPL’ DEFINE_CHECK_OP_IMPL(Check_LT, < ) ^~~~~~~~~~~~~~~~~~~~ /home/ox/Paddle-Lite/build_cuda/third_party/install/glog/include/glog/logging.h: In instantiation of ‘std::__cxx11::string* google::Check_LTImpl(const T1&, const T2&, const char*) [with T1 = long unsigned int; T2 = long int; std::__cxx11::string = std::__cxx11::basic_string]’: /home/ox/Paddle-Lite/lite/model_parser/model_parser.cc:394:5: required from here /home/ox/Paddle-Lite/build_cuda/third_party/install/glog/include/glog/logging.h:720:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] DEFINE_CHECK_OP_IMPL(Check_LT, < ) /home/ox/Paddle-Lite/build_cuda/third_party/install/protobuf/include/google/protobuf/stubs/port.h:200:53: note: in definition of macro ‘GOOGLE_PREDICT_TRUE’ #define GOOGLE_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ /home/ox/Paddle-Lite/build_cuda/third_party/install/glog/include/glog/logging.h:720:1: note: in expansion of macro ‘DEFINE_CHECK_OP_IMPL’ DEFINE_CHECK_OP_IMPL(Check_LT, < ) ^~~~~~~~~~~~~~~~~~~~ [ 78%] Linking CXX shared library libpaddle_full_api_shared.so [ 78%] Built target paddle_full_api_shared Makefile:83: recipe for target 'all' failed make: *** [all] Error 2