aliyun / aliyun-oss-cpp-sdk

Aliyun OSS SDK for C++
Other
188 stars 88 forks source link

ARM机器上编译 #127

Open yph025869 opened 2 years ago

yph025869 commented 2 years ago

麻烦问下,ARM编译器上,如何编译oss-cpp-sdk版本?

Sugar0612 commented 2 years ago

麻烦问下,ARM编译器上,如何编译oss-cpp-sdk版本? 交叉编译? 因为我发现关于 curl 和 openssl 的lib文件 只有win平台的, 其他平台都需要自己去编译出 curl openssl的 .a .so文件。。

yph025869 commented 2 years ago

可以编译的。不过遇到phtread版本问题。所以,没跑起来

yph025869 commented 2 years ago

undefined reference to `std::thread::_State::~_State()'

yph025869 commented 2 years ago

刚刚编译过,完美!

yph025869 commented 2 years ago

c++ 就是犀利,任何平台,都能移植

zhuzhenxxx commented 2 years ago

openssl和curl怎么解决的