Dear All,
We build an application whith the following properties: 1. Usingh tasks, 2. Using System_printf, 3. CCS5.2000044, 4 the configuration file name is bios6.cfg, and 5. target evm6472. When building the configuration, the folder named F:\TI demo Version 0.8\RISC_Demo_EVM6472_Version_0.75\Release\configPkg\package\cfg has to be updated with the files having the prefix name bios6_pe64P such as: bios6_pe64P.c, bios6_pe64P.h. The files are built but they are not included in the project. If the files are already existing, they are deleted.
Of course, this leads to compilation errors.
When inserting these files manually by "cut and paste" from the relevant folders, the compilation errors vanished. However, we find linker problems of undefined symbols; for example: ti_sysbios_BIOS_start__E , ti_sysbios_knl_Event_pend__E, ti_sysbios_knl_Event_post__E, ti_sysbios_knl_Semaphore_Object__create__S, ti_sysbios_knl_Semaphore_pend__E, ti_sysbios_knl_Semaphore_post__E.
t