ATLFlight/cmake_hexagon

How to create the apps_proc stub library instead of the executive binary

Closed this issue · 1 comments

Hi,

i have not got into the details, before i do that, let me tag the question.

if someone has patch to create apps_proc arm library except executive binary,
could you please share it with me?

i think that
library(arm) <--- fastrpc ---> *.skel(dsp) <----> *.so(dsp)
is better than
exe(arm) <--- fastrpc ---> *.skel(dsp) <----> *.so(dsp)
, most likely.

so the all the application can use the dsp resource easily.

thanks in advance,
TomoyaFujita

i did modify the CMake files, and now it works fine.
sorry to bother, i will close this thread.

thanks,