Question

I'm having problems with apples examples for vDSP. I tried all of them but i need the convolution sample in the end. I can't even get it through the linker:

Undefined symbols for architecture i386:
  "_conv", referenced from:
      _ConvTiming in main.o
ld: symbol(s) not found for architecture i386

Is the error message (no matter what architecture i build for or).

Était-ce utile?

La solution

You need to include the Accelerate framework in the build.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top