How to build - DjentleViBe/PIRO GitHub Wiki
Ensure that requirements for building are fulfilled for Operating System and hardware.
Devices program
Run the command ./makeall.sh
. The executable file is created in the ./bin
folder.
Simulation program
Run the command ./makeall.sh
. The executable file is created in the ./bin
folder.
Kernel program
To compile just the kernels:
- Run the command
./makeall.sh
. - Then run:
./runall.sh -f setup.ini 1
The binaries are saved to the ./bin/assets/kernels
folder.