Re: AU - CW code gen problems
Re: AU - CW code gen problems
- Subject: Re: AU - CW code gen problems
- From: Airy André <email@hidden>
- Date: Wed, 26 Mar 2003 21:48:32 +0100
Le mercredi, 26 mars 2003, ` 21:33 Europe/Paris, Marc Poirier a icrit :
Hi. I'm sorry for this frantic semi-offtopic message, but I'm (a)
late to
go meet someone and (b) freaking out because I'm encountering
ridiculous
code gen problems with my project for my job that I'm already way
behind
schedule on. Consider this a desparate plea for help!
Has anyone experienced bad Mach-O code gen problems with CW? I've been
doing most of my development with PB/GCC, but with this project, CW
builds
DSP code that performs about 30% better, and we *really need* that
30%, so
we have to use CW. But it's building a GUI component with horrible
crashing problems! They are completely erratic and weird. The crash
logs
show totally different traces every time. It's hardly ever even in my
code. Making changes to my code is completely irregular with respect
to
stopping crashes (sorry, I can't come up with a coherent way to say
that
right now, but my main point is that I'm highly convinced that CW is at
fault). I just went back and rebuilt with GCC and all is well again.
But
the DSP runs too slow...
Anyway, I'm thinking that maybe this has something to do with how CW
links
frameworks? Has anyone tried the different Mach-O linkers in CW and
know
if one is better than others? Has anyone had to tool around with the
libraries that are linked against? I'm just working off of Emagic's
example CW projects. Anyway, I'm quite desparate, if anyone has any
wisdom to share with Mach-O building and/or linking of AUs in CW,
please
let me know. If you solve the problem, you get a free license of SFX
Machine RT!
Thanks,
Marc
I don't know if it's a valid option for you and don't have any
experience with CW (well, at least since the late '80...), but why not
just build the GUI component with GCC and the DSP one with CW ?
(either by doing two distincts components, or making a lib from the DSP
with CW and linking it with the GUI with PB)
Airy
_______________________________________________
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.