You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
178 B
9 lines
178 B
#!/bin/bash
|
|
|
|
cd boards/modalai/voxl2/libfc-sensor-api
|
|
rm -fR build
|
|
mkdir build
|
|
cd build
|
|
CC=/home/4.1.0.4/tools/linaro64/bin/aarch64-linux-gnu-gcc cmake ..
|
|
make
|
|
cd ../../../../..
|
|
|