IPC:1.23.2.27
SYS/BIOS: 6.32.2.39
CCV4: 4.2.4
I am creating a new project using task example of the SYS/BIOS.Here is my cfg file
I get following errors/warnings.
**** Build of configuration Debug for project hvps **** C:\Texas Instruments\ccsv4\utils\gmake\gmake -k all 'Building file: ../task.cfg' 'Invoking: XDCtools' "C:/Texas Instruments/xdctools_3_22_01_21/xs" --xdcpath="C:/Texas Instruments/bios_6_32_02_39/packages;C:/Texas Instruments/ipc_1_23_02_27/packages;" xdc.tools.configuro -o configPkg -t ti.targets.C28_float -p ti.platforms.tms320x28:TMS320C28346 -r release -c "C:/Texas Instruments/ccsv4/tools/compiler/c2000" --compileOptions "-g --optimize_with_debug" "../task.cfg" making package.mak (because of package.bld) ... generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ... configuring task.p28FP from package/cfg/task_p28FP.cfg ... warning: ti.platforms.tms320x28.Platform: "C:/Texas Instruments/xdctools_3_22_01_21/packages/ti/platforms/tms320x28/Platform.xs", line 377: ti.platforms.tms320x28.Platform.Instance#0 : The PLL type is not assigned, so the Boot module will not configure the PLL. error: ti.sysbios.BIOS: "C:/Texas Instruments/bios_6_32_02_39/packages/ti/sysbios/BIOS.xs", line 198: ti.sysbios.BIOS : BIOS.cpuFreq is undefined. You must define the CPU frequency in your application configuration. For example, if the PLL is being configured for 100MHz, add this to your application configuration script: BIOS.cpuFreq.lo = 100000000; js: "C:/Texas Instruments/xdctools_3_22_01_21/packages/xdc/cfg/Main.xs", line 130: Error: Configuration failed! gmake.exe: *** [package/cfg/task_p28FP.xdl] Error 1 js: "C:/Texas Instruments/xdctools_3_22_01_21/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. gmake: Target `all' not remade because of errors. Build complete for project hvps sunil