1# Building and running examples {#dsppp_building}
2
3## To build
4
5First time:
6
7```shell
8cbuild -O cprj test.csolution.yml  --toolchain AC6 -c example.Release+VHT-Corstone-300 -p -r --update-rte
9
10```
11
12Other times:
13
14```shell
15cbuild -O cprj test.csolution.yml  --toolchain AC6 -c example.Release+VHT-Corstone-300
16```
17
18If you want to select another test, edit the file `example.cproject.yml` and uncomment the test.
19
20## To run
21
22If the tools have been installed with `vcpkg`:
23
24```
25FVP_Corstone_SSE-300_Ethos-U55.exe -f fvp_configs/VHT-Corstone-300.txt -a cpu0=cprj\out\example\VHT-Corstone-300\Release\example.axf
26```
27
28Otherwise, you'll need to use the path to your FVP installation.
29
30