Hi, Here is the problem...
When I try to config a empty project, combine with *.tcf + xdcconfig + *.cfg file....
I successfully pass compile, but failed in link !!! The link error some how like that:
error: symbol "IDL_END$" redefined: first defined in
"E:\\project\\test\\Debug\\testcfg.obj"; redefined in
"E:\project\test\xdcconfig\package\cfg\test_x64Pcfg.o64P"
error: symbol "LOG_system$buf" redefined: first defined in
"E:\\project\\test\\Debug\\testcfg.obj"; redefined in
"E:\project\test\xdcconfig\package\cfg\test_x64Pcfg.o64P"
My config file just copy from standard demo:
"\dvsdk_1_11_00_00\pspdrivers_1_10_00\packages\ti\sdo\pspdrivers\system\dm6437\bios\evmDM6437\video\sample\build\loopback"
And I check all the build option between My project vs the standard one, all same except for My version add in some include path...
Does anyone will help ?? Really appriciate... Have struggle in this problem nearly a day now....
And I do check document under xdc file, nothing pop out can tell me why can I fix this kind of link error!!!