Hi,
After unsuccessful attempt to run speex on C5505 USB stick, I turned to TI released G726 codecs http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C55X_Speech/index_FDS.html for C55x platforms.
Query: Has anyone tried installing this codec?
I am facing following trouble:
OS: Windows XP
CCS: v4
I downloaded the codec exe from http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C55X_Speech/index_FDS.html and extracted the folder c55x_g726_2_00_00_012_production in c:/program\ files/c55x_g726_2_00_00_12/G726_3X_REL200_ROOTDIR.
I followed the instructions given in readMe. But the makefile grossly differs from the environment that I have. Readme specifies CC studio version 2.20 to compile the build the C726 code whereas I have CCS v4 (which comes with eZDSP stick kit).
This implies that many lines in makefile which assume certain paths according to CC studio version 2.20 are now invalid for my environment. e.g. TEST_C = $(TOOLSCCSC55XDOS) /xdais/src/api/alg_malloc.c is not present for CCS v4.
When I run make in g726/make in cygwin, I get following error
"make: *** No rule to make target '/xdais/src/api/alg-malloc.oc', needed by 'g726_encoder-ms.out'. Stop.". Basically this file alg_malloc.c is not present on my system at all.
Can somebody suggest way to go further?
Vijay