Other Parts Discussed in Thread: SYSBIOS, TMS320F28335,
Tool/software: TI-RTOS
Hi,
I'm developing a project with SYS/BIOS and I've the following linker directive in file project.cmd:
FwFlash : fill = 0h > FLASH_FW, PAGE = 0, ALIGN(4)
{
file1.obj(.text)
file2.obj(.text)
file3.obj(.text)
BIOS.obj(.text)
}
file1.obj, file2.obj and file3.obj are the result of compilation of file1.c, file2.c and file3.c while BIOS.obj is a SYS/BIOS file.
file1.obj, file2.obj and file3.obj are automatically located in "project\Debug\Source" directory while BIOS.obj is automatically located in "project\src\sysbios" directory.
The problem is that linking process fails with error "#10008-D cannot find file 'BIOS.obj' ".
Any hints to solve this error?
Thanks,
Demis