Angstrom with TI Tools

I'm trying to build an image for my BeagleBoard xM rev B which has the
TI tools such as C6Run, gstreamer-TI, etc. I've had issues with almost
every component of the TI SDK not being able to build correctly, but
I've been able to resolve it by modifying the SRC_URI to point to a
direct source of each component. However this isn't really possible
with the TI Codecs and I get the following error when bitbaking:

...

    translating AACHEDEC
"ti/sdo/codecs/aachedec/ce/AACHEDEC.xdc", line 17: can't resolve

name (ti.sdo.ce.audio1.IAUDDEC1)

error: compilation failed: parser failed
make[1]: *** [package/package.xdc.inc] Error 1
gmake: *** [packages/ti/sdo/codecs/aachedec/ce,.interfaces] Error 2
make: *** [.all-packages] Error 2

NOTE: package ti-codecs-omap3530-4_00_00_00-r100a: task do_compile:
Failed
ERROR: Function 'do_compile' failed (see /home/jeff/setup-scripts/
build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-
codecs-omap3530-4_00_00_00-r100a/temp/log.do_compile.6857 for further
information)
ERROR: Task 395 (/home/jeff/setup-scripts/sources/openembedded/recipes/
ti/ti-codecs-omap3530_4.00.00.00.bb, do_compile) failed with exit code
'1'

Any help?

Please follow the instruction below to get TI's component work

http://processors.wiki.ti.com/index.php/DVSDK_4.x_FAQ#How_to_build_and_install_DVSDK_4.01_on_BeagleBoard-xM

Please follow the instruction below to get TI's component work

http://processors.wiki.ti.com/index.php/DVSDK_4.x_FAQ#How_to_build_and_install_DVSDK_4.01_on_BeagleBoard-xM

Don't follow that one. Follow http://www.angstrom-distribution.org/building-angstrom

The issues Jeff has are either 64bit related and/or his /tmp has a NOEXEC bit set