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

Build and test for Linux/ARM64 #599

Open
odidev opened this issue Dec 19, 2024 · 0 comments
Open

Build and test for Linux/ARM64 #599

odidev opened this issue Dec 19, 2024 · 0 comments

Comments

@odidev
Copy link

odidev commented Dec 19, 2024

Description

For aarch64 platform, I have built "Hal" from source.

Steps

Following STEPS (https://github.com/emsec/hal/wiki/Building-HAL) were used for the building and installation:

1. git clone https://github.com/emsec/hal.git && cd hal to clone the Git repository
2. ./install_dependencies.sh  (To install all required dependencies)
3. mkdir build && cd build  (To create and move to the build folder)
4. cmake .. [OPTIONS] to run cmake
5. make  (to compile HAL )
6. make install

Outcome

To validate that the build was successful we ran “./bin/hal --version
" command.
All this information is also added to ARM Dashboard Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).

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

No branches or pull requests

1 participant