Hello all,
On ezsdk_dm816x-evm_5_01_00_77, I use c6runlib-ar and c6runlib-cc to compile faac codes as xx_dsp.lib, and use arm-xxx-gcc,arm-xxx-ar to compile it as xx_arm.lib, when i compile the gpp_exec of arm side using arm-xxx-gcc which call the function from xx_dsp.lib , the error is "undefined reference to 'func_name' " , while compiling gpp_exec with calling the function from xx_arm.lib , it's OK. I don't konw why. Shall i make same changes to faac codes to accord with c6runlib-xx ? Is there any rules or limit on using c6runlib-xx to compile C codes?
Thanks a lot,
Peter