GNU radio with only C++

Hi all

I need to implement some signal processing chain on a DSP processor
using the GNU radio. The DSP processor doesn’t have a python compiler.
So, it can compile only C++. Is there any way to get rid of python (or
convert the python to C++) from the GNURadio environment. Any pointers
on how to proceed in changing the build environment so that I can
compile the GNU Radio source using the processor specific compiler
(After writing the wrapper in C++).

Thanks
Amanullah Ghazi