-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
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/).
Metadata
Metadata
Assignees
Labels
No labels