Search found 1 match
- Wed Aug 28, 2019 2:24 pm
- Forum: Software
- Topic: Plugin development pipeline
- Replies: 4
- Views: 22660
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...