Hey guys!
I’ve been working my way through the examples to compile lv2-code for the MOD. I figured out most of the Makefile and Makefile.mk stuff, so now I can ./build from the mod-plugin-builder-master directory.
Somewhere in the building process, the builder always defaults to gcc as compiler, more specifically:
/home/seba/mod-workdir/plugins-dep/host/usr/bin/arm-mod-linux-gnueabihf-gcc
I checked the directory and found a /arm-mod-linux-gnueabihf-g++ as well.
How can I set the g++ compiler for the build?
Many thanks!
Sebastian