Other Parts Discussed in Thread: OMAP-L138, SYSBIOS
Tool/software:
I'm trying to migrate a legacy OMAP-L138 project from CCS6 on Ubuntu14 to CCS12 on Ubuntu22
I was able to port and build the ARM portion, but having issues with the DSP code (C674x)
CCS12 complains the project expects DSP/BIOS 5.x which I don't have nor see a way to get / install.
Looking at the forums and app notes, I see I should migrate to SYS/BIOS 6 which I have.
SPRAAS7G gives instructions on converting a project, but it was written in 2011 and the instructions are wrong. Some like changing -xp to --xdcpath are obvious, but I get an error about ti.bios.conversion
~/ti/ccs1270/xdctools_3_62_01_16_core/xs --xdcpath=~/ti/ccs1270/xdctools_3_62_01_16_core/packages/ ti.bios.conversion DFDIR_DSP.tcf
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
js: "/home/jboike/ti/ccs1270/xdctools_3_62_01_16_core/packages/xdc/xdc.tci", line 354: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.bios.conversion' along the path: '~/ti/ccs1270/xdctools_3_62_01_16_core/packages/;/home/jboike/ti/ccs1270/xdctools_3_62_01_16_core/packages;'. Ensure that the package path is set correctly.
What do I need to do to convert / compile this project?
Thanks,