Maximilian Körner
Maximilian Körner

Reputation: 894

problems with apples vDSP examples

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).

Upvotes: 0

Views: 502

Answers (1)

digitalvision
digitalvision

Reputation: 2622

You need to include the Accelerate framework in the build.

Upvotes: 2

Related Questions