aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 08099f514f6a868752313b3c068ea466fa81d25a (plain)
1
2
3
4
5
6
7
8
9
10
11

Steps:

$ mkdir build
$ cp arch/hexagon/configs/defconfig ./build/.config
$ cd build

##Updated the SDK path and tools path in .config as per your setup
$ cmake -DARCH=hexagon -DV_ARCH=v65 ..

This should build libcasa_skel.so which is a Hexagon module.