When compilng with dm8107 evm in DVRRDK,I get the erro,like this:
and i have checked my source,the ‘base’ have defined,like this
Does anyone know why?
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.
When compilng with dm8107 evm in DVRRDK,I get the erro,like this:
and i have checked my source,the ‘base’ have defined,like this
Does anyone know why?
Have solved the problem.
In DVRRDK 4.0 DM8107 belongs to ti.platforms.evmTI813X,but in my platform.mk,it belongs to ti.platforms.evmTI814X.
So changed it,compiled OK.