Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added note about compilers to install #1

Open
wants to merge 1 commit into
base: 0.10.1-minerva
Choose a base branch
from

Conversation

mcr
Copy link

@mcr mcr commented Sep 22, 2022

Note added, maybe for 0.10.1, or?

@@ -14,6 +14,12 @@ This repository contains a Rust wrapper around the [PSA Cryptography API](https:

* [`psa-crypto`](psa-crypto): a higher-level, more Rust-friendly interface

In order to cross-build for ARM using the "ci.sh" script, the gcc for arm needs to be installed:

sudo apt install gcc-12-arm-linux-gnueabihf gcc-arm-linux-gnueabihf \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems sudo apt install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu would suffice, and this works in more general situations.

(We can automatically get gcc-VERSION-arm-linux-gnueabihf and gcc-VERSION-aarch64-linux-gnu as dependencies, where "VERSION" is a gcc's version number depending on the Linux distributions.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants