Tool/software: Code Composer Studio
How to Solve this compiler issue ?
I am developing Application based on H264 on Davinci 64X+ platform Board.
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.
Tool/software: Code Composer Studio
How to Solve this compiler issue ?
I am developing Application based on H264 on Davinci 64X+ platform Board.
Hello,
This is a very common linker error:
In your scenario, make sure the file or library that defines _CERunetime_init is part of the project.
Thanks
ki