Author Topic: Mobile Development - armv7 / iOS Platforms  (Read 3823 times)

loretoparisi

  • Newbie
  • *
  • Posts: 1
    • View Profile
Mobile Development - armv7 / iOS Platforms
« on: November 14, 2013, 14:29:48 »
I'm working to "port" the VAMP Plugins and the VAMP Host to armv7 / iOS platforms.

Here you can find first results in compiling and linking.
http://stackoverflow.com/questions/19439407/how-to-compile-vamp-plugins-to-ios-armv7

Most of the problems are linker related to stdlibC++/ libc++.dylib and Xcode clang compiler I guess.

cannam

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
    • View Profile
Re: Mobile Development - armv7 / iOS Platforms
« Reply #1 on: November 14, 2013, 14:37:42 »
Hi there -- I'm afraid I know very little about how to compile anything for iOS, but I should point out a significant problem with what you're trying to do:

Although the Vamp plugin SDK is indeed BSD-style licenced, so that you can write both plugins and hosts under any licence you wish, the QM Vamp Plugins and qm-dsp libraries are not. They are instead under the GPL, meaning you cannot use them in App Store code at all unless you have a separate commercial licence (available from QM).

I'm sorry to bring this disappointing news...

Chris