• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Linking 64 bit app against vDSP other Accelerate libraries?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Linking 64 bit app against vDSP other Accelerate libraries?


  • Subject: Linking 64 bit app against vDSP other Accelerate libraries?
  • From: Rick Hoge <email@hidden>
  • Date: Wed, 14 Nov 2007 11:51:52 -0500


I tried compiling an 64 bit executable for an app that uses a lot of functions from vDSP and other libs under the Accelerate framework (clapack, etc.)


I get a lot of warnings about incompatible pointer types e.g:

warning: passing argument 1 of 'sgetri_' from incompatible pointer type

and finally the linker does not find the symbols for the functions used:

 Undefined symbols:
 "_vadd", referenced from:
     -[MyMatrix plus:] in MyMatrix.o

I realize there may be a fair bit of work to do in adapting an app for 64 bit - however shouldn't the built-in frameworks like Accelerate know the pointers are 64 bit, and use the appropriate binaries?

Is there anything special to do to use Accelerate functions in 64 bit builds? This is an old project

Thanks,

Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Linking 64 bit app against vDSP other Accelerate libraries?
      • From: "Shawn Erickson" <email@hidden>
    • Where can I find a 10.2 sdk?
      • From: John Pattenden <email@hidden>
  • Prev by Date: Re: Can't trace into an Obj-C call?
  • Next by Date: Re: Newbie Q: SenTestCase linking problem
  • Previous by thread: How to use the mudflap support in gcc?
  • Next by thread: Where can I find a 10.2 sdk?
  • Index(es):
    • Date
    • Thread