Pepe, Santiago

The encode/decode demos require a little complex process to get compiled, if you want to get a simpler application that can do / encoding you can check out
/opt/dvsdk_1_30_00_23/examples/venc

This example doesn't have the UI used by the encode/decode demo and is a very simple code that shows you how to do the video processing on your applications, the makefiles can give you a good clue on how to integrate with the XDC tools required to build code against the codecs. I found that a very useful start to making your own applications using the codecs.

If you are developing products for DM355 and complexity is a factor for you, take a look at the SDK for DM355 that offers our company, we work hard to make embedded Linux life easier ;).

Tambien damos soporte en español.

Regards,

Diego Dompe
RidgeRun Engineering

On Feb 27, 2008, at 8:43 AM, Santiago Lanzuela Benedicto wrote:

Hi Pepe,

I have the same problem. Some weeks ago I asked for a solution, but I haven't found it yet. The 355 is too complicated... Lot of question, and no answers...

When I have some advance I'll tell you.

Regards



De: "Pepe Sanchez" <[EMAIL PROTECTED]>
Enviado: miércoles, 27 de febrero de 2008 10:15
Para: [email protected]
Asunto: Encode with DM355

Hello

I am trying to compile TI's examples with my DVEVM355.

I haven't any problem when I make

arm_v5t_le-gcc hello.c -o hello

and I can see

Buongiorno DaVinci!.


However, when I try change and compile the example from '~/ dvsdk_1_30_00_23/demos/encode', I obtain some mistakes

I key : arm_v5t_le-gcc main.c -o test

and the output is:

_____________________________________________________________________________
main.c:26:27: video/dm355fb.h: No existe el fichero ó directorio
main.c:29:21: xdc/std.h: No existe el fichero ó directorio
main.c:30:32: ti/sdo/ce/trace/gt.h: No existe el fichero ó directorio
main.c:31:33: ti/sdo/ce/CERuntime.h: No existe el fichero ó directorio
main.c:32:45: ti/sdo/ce/utils/trace/TraceUtil.h: No existe el fichero ó directorio
main.c:35:24: rendezvous.h: No existe el fichero ó directorio
main.c:36:22: fifoutil.h: No existe el fichero ó directorio
main.c:37:19: pause.h: No existe el fichero ó directorio
In file included from main.c:39:
display.h:32: error: error de decodificación antes de "Rendezvous_Handle"
display.h:32: aviso: no hay punto y coma al final del struct o union
display.h:33: aviso: la definición de datos no tiene tipo o clase de almacenamiento display.h:34: error: error de decodificación antes de "hRendezvousPrime" display.h:34: aviso: la definición de datos no tiene tipo o clase de almacenamiento
display.h:35: error: error de decodificación antes de "hPause"
display.h:35: aviso: la definición de datos no tiene tipo o clase de almacenamiento
display.h:36: error: error de decodificación antes de "outFifo"
display.h:36: aviso: la definición de datos no tiene tipo o clase de almacenamiento
display.h:37: error: error de decodificación antes de "inFifo"
display.h:37: aviso: la definición de datos no tiene tipo o clase de almacenamiento display.h:38: aviso: la definición de datos no tiene tipo o clase de almacenamiento

How I can add files like  dm355fb.h, xdc/std.h ... to my proyect?

If i compile 'main.c' I'll obtain the binary file to load in the target? or I may compile all files in the encode folder?

Thank you very much for your answer.

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to