aboutsummaryrefslogtreecommitdiff
path: root/README
blob: c6aafeb90b7396e3c98d77c326c2a1e9caa09555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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 ..

## Update module selection as required

$ make menuconfig 

$ make

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