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.

c6accel questions

Hi there 

First of all,  I'm new in DVSDK, c6accel, XDCtools, Codec engine and TI BSP development. And I have two questions.

The first issue concerns the test program c6accel_app.exe.
I followed this manual Running_C6Accel_Sample_Application
However, after running \Windows\c6accel_app.exe nothing appears in  \Storage Card\benchmarking.txt.
What I need to do now?

The second question is about creating my own application with using c6accel. 
Is it possible to create such an application using MS Visual Studio or do I have to use other tools?
I've tried to create a test application using manual C6EZAccel_ARM_user_Documentation  but ran into some errors.

For example, I can not find anywhere CE_Runtime_init () function, also if I add the line
$ (TARGET): $ (OBJFILES) $ (C6ACCEL_LIB) $ (XDC_LFILE)
to my makefile, I get the error "U1083: target macro'' expands to nothing", and I was faced with many undetermined types (Ptr, Uns, String...) in included DVSDK headers (but last problem is easily solved by using typedef).

I'm sorry if my questions is silly but as I said I am a novice in these matters.