|
From: Eli B. <el...@gm...> - 2012-05-02 13:18:31
|
I've managed to build the projects contained in the Build_CCS_DM6437 folder. After fixing some compilation errors that were caused by needed files not being included in the actual project, I finally ended up with a bunch of function calls in TI_dsp.c (contained in project LibOnDsp) and in choose_layer.c (in project lib_svc) that had only a declaration and no implementation anywhere in the source files. I ended up commenting out all the problematic function calls in order to be able to compile. I was wondering if there is an implementation anywhere for these functions and if they are actually needed to get the decoder to work properly? Here are the functions from the error log: * _GetLastDqId C:\\Users\\balta\\Documents\\workspace\\lib_svc\\lib_svc_d.lib<ChooseLayer.obj> * _GetMaxDecLayer C:\\Users\\balta\\Documents\\workspace\\lib_svc\\lib_svc_d.lib<ChooseLayer.obj> * _SetArgLayer ./TI_dsp.obj * _SetLastDqId ./TI_dsp.obj * _SliceHeaderSkip ./TI_dsp.obj * _init_max_layer ./TI_dsp.obj * _initialize_layer ./TI_dsp.obj * _set_layer ./TI_dsp.obj |