Hi,
I have L138 and use DVSDK 04.03.00.06.
I want to add MP3 support to codec server, using GenServer (that seems to modify the same things described in How do I Integrate new codecs into DVSDK).
I have downloaded MP3 decoder (v 1.31.01.001) from http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C64XPlus_Audio/index_FDS.html and I have copied the codec directory in <DVSDK_DIR>/codecs-omapl138_4_02_00_00/packages/ti/sdo/codecs/.
in DVSDK root dir I call
$ make -C codecs-omapl138_4_02_00_00 -f Makefile.ce.genserver
In genserver wizard I load <DVSDK_DIR>/codecs-omapl138_4_02_00_00/ti_sdo_server_cs_wizard.svrwiz, changing the directory to match my directory tree.
I add all codecs, included MP3 decoder. Then I save.
Last step is to run
$ make codecs_clean && make codecs
that fails with an error:
js: "./config.bld", line 23: ReferenceError: "cgRootDir" is not defined.
#
# all files complete.
all files complete: lun 28 gen 2013, 10.15.07, CET.
make[1]: uscita dalla directory "/home/user/ti-dvsdk_omapl138-evm_04_03_00_06/codecs-omapl138_4_02_00_00"
where am I wrong?
best regards
