Other Parts Discussed in Thread: SYSBIOS, MATHLIB
Tool/software: TI C/C++ Compiler
Hi Experts,
I am using an audio application with following tools set but i need to add USB support to run the test batch on Hardware DA830 EQ1 board
I am able to run it with elf but i needed it in COFF. But as we know PAD omapL137 version 5.2/3.3 doesn't support COFF libs.
1) Can any one suggest how to use USB communication with COFF support in DA830 (without OMAPL137, as it supports only elf).?
As i am new to this forum, kindly bare with me.
Note:-
1) And i got info that SYS/BIOS 3.16 doesn't support "no module named ti.sysbios.knl.Semaphore in the package ti.sysbios.knl" so we can use higher version of BIOS 6.34.
(but BIOS 6.74 doesn't support " ti.targets.C674 is no longer supported. Please use ti.targets.elf.C674 instead.")
2) XDC 3.16 "can't resolve name (xdc.bld.ITarget3) " so we can use higher version of XDC 3.24
( XDC 3.3 & above doesn't support COFF)
My system, Setup
1) CCS 5.3
2) Compiler 7.4.2 with COFF
3) SYS/BIOS 6.21 / 6.34
4) XDAIS 6.25
5) XDC Tools 3.16 / 3.24 / 3.30/ 3.5
6) PDK omapL137 5.2 / 3.3
Issue with PDK omapL137 v5.2 or v3.3
It has only elf libs seems like, i checked the least version 3.3 as well.
Linking with library ti.drv.usb:./lib/omapl137/c674/release/ti.drv.usb.ae674
Linking with library ti.board:./lib/evmOMAPL137/c674/release/ti.board.ae674
Linking with library ti.drv.i2c:./lib/omapl137/c674/release/ti.drv.i2c.ae674
Linking with library ti.drv.uart:./lib/omapl137/c674/release/ti.drv.uart.ae674
Linking with library ti.osal:./lib/tirtos/omapl137/c674/release/ti.osal.ae674
Linking with library ti.csl:./lib/omapl137/c674/release/ti.csl.ae674
'Invoking: XDCtools'
"C:/ti/xdctools_3_24_05_48/xs" --xdcpath="C:/ti/ipc_1_00_05_60/packages;C:/ti/edma3_lld_2_12_05_30C/packages;C:/ti/xdais_7_24_00_04/packages;C:/ti/xdais_7_24_00_04/examples;C:/ti/bios_6_34_02_18/packages;C:/ti/pdk_omapl137_1_0_7/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C674 -p ti.platforms.evmDA830 -r release -b "E:/USB/yamaha/backup_THD/CCS_Projects/THD_USB/config.bld" -c "C:/ti/C6000_Code_Generation_Tools_7.4.2" "../usb.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring usb.x674 from package/cfg/usb_p674.cfg ...
Linking with library ti.drv.usb:./lib/omapl137/c674/release/ti.drv.usb.a674
Linking with library ti.board:./lib/evmOMAPL137/c674/release/ti.board.a674
js: "C:/ti/pdk_omapl137_1_0_7/packages/ti/drv/i2c/package.xs", line 128: Error: Library not found: C:/ti/pdk_omapl137_1_0_7/packages/ti/drv/i2c/./lib/omapl137/c674/release/ti.drv.i2c.a674
gmake.exe: *** [package/cfg/usb_p674.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/usb_p674.xdl'
gmake.exe: *** [package/cfg/usb_p674.xdl] Deleting file `package/cfg/usb_p674.h'
gmake.exe: *** [package/cfg/usb_p674.xdl] Deleting file `package/cfg/usb_p674.c'
js: "C:/ti/xdctools_3_24_05_48/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/compiler.opt] Error 1
gmake: Target `all' not remade because of errors.
Regards,
ADI RAZA