Hi,
I create a xDM project in CCS5.4 using XDAIS Tools which named g729aenc. I use dsplib in my project and I set the include path and library path in build opthions as below.
The project could be built successfully, but I think the dsplib was not linked because the build info below. It does not methion the dsplib at all.
make all
"D:/CCS5/xdctools_3_25_03_72/xdc" XDCOPTIONS= XDCARGS="CGTOOLS_C64P=\"D:/CCS5/ccsv5/tools/compiler/c6000_7.4.4\" CGTOOLS_C674=\"D:/CCS5/ccsv5/tools/compiler/c6000_7.4.4\"" --xdcpath="D:/CCS5/xdais_7_21_01_07/packages" release
making package.mak (because of package.bld) ...
generating interfaces for package thu.g729aenc (because package/package.xdc.inc is older than package.xdc) ...
cle674 package/package_thu.g729aenc.c ...
cle674 g729aenc.c ...
cle674 cod_ld8a.c ...
cle674 qua_lsp.c ...
archiving package/lib/lib/debug/g729aenc/package/package_thu.g729aenc.oe674 package/lib/lib/debug/g729aenc/g729aenc.oe674 package/lib/lib/debug/g729aenc/cod_ld8a.oe674 package/lib/lib/debug/g729aenc/qua_lsp.oe674 into lib/debug/g729aenc.ae674 ...
cle674 package/package_thu.g729aenc.c ...
cle674 g729aenc.c ...
cle674 cod_ld8a.c ...
cle674 qua_lsp.c ...
archiving package/lib/lib/release/g729aenc/package/package_thu.g729aenc.oe674 package/lib/lib/release/g729aenc/g729aenc.oe674 package/lib/lib/release/g729aenc/cod_ld8a.oe674 package/lib/lib/release/g729aenc/qua_lsp.oe674 into lib/release/g729aenc.ae674 ...
all files complete.
generating external release references package/rel/thu_g729aenc/thu/g729aenc/package/package.rel.xml ...
generating schema include file list ...
making release file thu_g729aenc.zip (because of package/rel/thu_g729aenc.xdc.inc) ...
Could someone tell me how to link dsplib into the project? Should I set some options?
Thanks in advance!