microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.89k stars 1.63k forks source link

Why do I get these errors when cross-compiling? #1774

Open wulinnan opened 8 months ago

wulinnan commented 8 months ago

The cross toolchain looks like this ![Uploading 1ED68C81-BF30-40e9-885F-AAE4695F129F.png…]() arm-linux-gnueabihf-gcc --version arm-linux-gnueabihf-gcc.br_real (Buildroot 2023.02) 12.2.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

The error message is shown in the figure ![Uploading ee01b7c57b51edcc22e0d3f4d1e29e6c.png…]()