Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
131 stars 147 forks source link

Support for platform based on ARM Cortex A7 #346

Open senithdesilva opened 4 years ago

senithdesilva commented 4 years ago

I'm working with an edge computer that has a ARM Cortex A7 processor. I have my application running in the device and I want to perform FOTA updates for the app. I am using AZ IoT Hub and I store all my binary files in AZ blob storage.

I want to know whether I can cross compile this project for this platform. I have trouble working out how to do this.

Jinming-Hu commented 4 years ago

Hi @senithdesilva currently we don't officially support ARM.

senithdesilva commented 4 years ago

Hi @JinmingHu-MSFT no worries, thanks for the update.

Jinming-Hu commented 4 years ago

@senithdesilva Maybe you can try this lite version C++ SDK cpplite, although it also doesn't officially support ARM, but somebody every tried to run it on ARM.

senithdesilva commented 4 years ago

@JinmingHu-MSFT thanks, I'll look into that.