• 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
Building an AU in CodeWarrior
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building an AU in CodeWarrior


  • Subject: Building an AU in CodeWarrior
  • From: Darrin Cardani <email@hidden>
  • Date: Mon, 23 Jun 2003 20:44:39 -0500

I'm attempting to build my Audio Unit plugin in CodeWarrior. It compiles fine, but I get a link error that I can't seem to fix. I'm including the file crt1.o. It seems that this file calls what would normally be the bundle's main () routine. However, since this is a component, there is no main () routine. Here's the error I get:

Link Error : undefined: '_mh_execute_header' (unknown)
Referenced from 'start' in crt1.o

Link Error : undefined: 'main' (code)
Referenced from 'start' in crt1.o

If I don't link with crt1.o, then I get the following link error:

Link Error : dyld_stub_binding_helper is undefined used by '_malloc'

I'm setting the main entry point in the Linker panel of the target preferences to "_SampleEffectUnitEntry", but it doesn't seem to help with the link errors. Any suggestions?

Thanks,
Darrin
--
Darrin Cardani - email@hidden
President, Buena Software, Inc.
<http://www.buena.com/>
Video, Image and Audio Processing Development
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: XCode & AU? (From: Daniel Jalkut <email@hidden>)

  • Prev by Date: Re: XCode & AU?
  • Next by Date: Re: MIDISendSysex?
  • Previous by thread: Re: XCode & AU?
  • Next by thread: Re: XCode & AU?
  • Index(es):
    • Date
    • Thread