I did something similar, I copied the files to the include dir that the other header files were found in, I can't remember what dir that was but it has worked for me no problems. Glad I could help with your problem (especially since I'm constantly pestering people on the mailing list with my own questions :P). Euan
-----Original Message----- From: JAEHOON LEE [mailto:[EMAIL PROTECTED] Sent: 19 November 2007 10:54 To: [email protected] Subject: RE: Compiling problem on MJPEG Demo Hi Euan Thanks for your kind answer. Now I am success on compiling a MJPEG Demo program and everything is O.K. But I made some "odd" changes. app.c file searches the "Davinci specific kernel header files" for examples, app.c searches the files belows. #include <media/davinci_vpfe.h> #include <media/tvp5146.h> #include <video/davincifb.h> When I compiled this, compiler said it couldn't find the header files. So I copied these header files to my jpegencdec directory and modified app.c source file like belows. #include "davinci_vpfe.h" #include "tvp5146.h" #include "davincifb.h" Anyway, Now I can run demo softwares But the my mothod of compiling the demo is not good behaviour. So, If you have any good method to include these kernel header files without errors. Please let me know.. Thanks for all. _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
