I use DVRRDK 3.0 and modify some files just under
dvr_rdk/ti_tools/hdvpss/hdvpss_01_00_01_37_patched/packages/ti/psp/vps/
and I have to recompile with the following, it waste much time,
make -s sys_all
is there any method to speed up the compile?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I use DVRRDK 3.0 and modify some files just under
dvr_rdk/ti_tools/hdvpss/hdvpss_01_00_01_37_patched/packages/ti/psp/vps/
and I have to recompile with the following, it waste much time,
make -s sys_all
is there any method to speed up the compile?
Hi,
You don't need to modify code every time all compiled, you modify the HDVPSS the following code, you can compile this part only , make -s hdvpss , make -s dvr_rdk_bios6;
If you compile make -s sys_all, you recompile the uboot and kernel code,it waste much time .
Best Regards,
Ternence Hsu