Hi,
I try to rebuild the edma3_lld_02_11_04_01 package. Following instructions in the chapter 2.4.1 of the EDMA3_Driver_User_Guide.pdf, I successfully rebuilt both driver and resource manager.
But, when I trying to rebuild examples, following error obtained:
fatal error: cannot open file "obj/ti816x-evm/c6xdsp/debug/edma3_drv_ti816x_sample_configuro/linker_mod.cmd": Permission denied
gmake[1]: *** [bin/ti816x-evm/edma3_drv_ti816x_sample_c6xdsp_debug.xe674] Error 1
gmake: *** [edma3_drv_ti816x-evm_674_example] Error 2
This file is generated automatically, but why the access is denied? This file placed here
<edma3_root_dir>\examples\edma3_driver\evmTI816x\obj\ti816x-evm\c6xdsp\debug\edma3_drv_ti816x_sample_configuro\
I checked this file for permission settings:
Cleaning all generated files did not solve the problem. New file are generated with same permission settings.
How can I fix this problem?
Thanks