Search found 1 match

by sbashford
Wed Aug 28, 2019 2:24 pm
Forum: Software
Topic: Plugin development pipeline
Replies: 4
Views: 7979

Re: Plugin development pipeline

Thanks for your help. Suppose I was interested in cross-compiling a plugin for the beaglebone black running mahalia. I think I would first need to ./configure --arch=armhf , correct? Then make would invoke arm-linux-gnueabihf-gcc. Also the libmha source appears to depend on libsndfile, are there any...