Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 891 Bytes

Build_Vela_from_sources.md

File metadata and controls

19 lines (11 loc) · 891 Bytes

Compile the openvela source code

[ English | 简体中文 ]

Use build.sh to build openvela

After installing the required packages for openvela and downloading the openvela source code, you can compile the openvela source code into a binary file to be run on the development board.

Initialize configuration

The first step is to initialize the openvela configuration for the target development board based on the existing configuration.

Select the configuration by passing “vendor//boards//configs/” as a parameter to build.sh

./build.sh vendor/openvela/boards/vela/configs/goldfish-armeabi-v7a-ap -j$(nproc)

For the next step, if you choose openvela Emulator to run openvela, refer to Run openvela on openvela Emulator.