Unable to build standalone CAPI module for Hexagon DSP with audioreach-engine #21
Replies: 1 comment
-
|
Thanks for reporting this issue. I created Issue 39 to track this issue. I am going to close the discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to build a standalone capi module for Hexagon DSP. My intension is to deploy the module .so file on RB3 gen2. I tried the following commands listed on the repo page:
$ cd $WORKSPACE
$ mkdir build && cd build
$ cmake -DARCH=hexagon -DV_ARCH=v66 -DCONFIG=defconfig ..
$ make menuconfig
But looks like the cmake configuration is failing to find the defconfig :
CMake Error: File /home/sagark/AudioReach/audioreach-engine/arch/hexagon/configs/defconfig does not exist
I can see that the file is not present in the repo. Does anyone have a workaround for this issue?
-Sagar
Beta Was this translation helpful? Give feedback.
All reactions