I have met this problem before, but this time I don't know how to solve it.
I want to build a program to realize loopback and h.264 encode and decode,so I built a project upon C:\dvsdk_1_00_00_19\PSP_0_05_03\pspdrivers\system\DM6437\bios\dm6437_evm\src\video\sample\loopback\psp_bios_vpss_loopback_sample.c,I have configured this project well with dsp/bios,however,when I "rebuild all",two errors occur,
-------------------------- sun_loopback.pjt - Debug --------------------------
[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_trace C:\\dvsdk_1_00_00_19\\sun_loopback\\Debug\\psp_bios_vpss_loopback_sample.obj
_main C:/CCStudio_v3.3/bios_5_31_02/packages/ti/bios/lib/bios.a64P
>> error: symbol referencing errors - './Debug/sun_loopback.out' not built
These problems puzzeled me ,the most difficult is I don't know where this error occurs,I have serched "trace"and'main' in this project, but it seems that I don't use these keywords at all.I have included many libs,including rts6400.lib and all the libs of this file "C:\dvsdk_1_00_00_19\PSP_0_05_03\pspdrivers\lib\DM6437\Debug\".
I think I need your help,Thanks.