Hi, I'm using 8168 EVM + Video Conference Daughter board.
I have a general question.
In pre-build package for VC daughter board(sdk_05_00_00_11), there are vc3 binary and two *.xem3 files.
(vc3_m3video.xem3, vc3_m3vpss.xem3 and vc3_a8host_debug.xv5T)
What is the role of *.xem3 files during executing vc3_a8host_debug.xv5t file?
Another question is below.
In that SDK, there are source code for these pre-built package.
I modified make file only for matching developming enviroment, and then run "make vc3" to build two xem3 files and execution file for vc3.
vc3_a8host_debug.xv5T is OK.
But vc3_m3vpss.xem3 and vc3_m3video.xem3 are not built. Instead of them, I can see 4 files.
vc3_m3video_whole_program_debug.xem3
vc3_m3video_whole_program_debug.xem3.map
vc3_m3vpss_whole_program_debug.xem3
vc3_m3vpss_whole_program_debug.xem3.map
I can't run vc3 demo with *.xem3 files which have _whole_program_debug_ .
How can I solve it?
Thanks.
Regards,
Jongpil