Skip to content

Install-deps.sh fails on arm32  #1

@SaraOlsson

Description

@SaraOlsson

Hi, in the description of this repo it says that the project has been tested on arm32 architectures, however, it fails for me on a 32bit debian10. I can see in the shell script that an error is thrown if the architecture is not x86_64 or aarch64. The variable cmake_build_from_source is set to true at that point and I imagine the script would be able to continue and build from source for my arm32 architecture, but there's an exit 1 on this line, therefore I wonder how you suggest building for arm32? (I tried to remove the exit 1 and the CMake started but failed )

This results in failing the build of Azure/iot-hub-device-update where this utility is a dependency.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions