RE: Davinci-linux-open-source Digest, Vol 26, Issue 77

2008-02-25 Thread Raghavendra B K
, Fudan University Shanghai, P.R. China Lab: +86 (0) 21 65643633 Mobile: +86 13818155051 Email: [EMAIL PROTECTED] -- next part -- An HTML attachment was scrubbed... URL: http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20080225/ddf8b989/attachment-0001.htm

I have problem when I porting Directfb 1.1.1?

2008-02-25 Thread RyanYee/叶晔
I use configure --target=arm_v5t_le for my porting. but with these error report: checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... Invalid configuration `arm_v5t_le': machine `arm_v5t_le' not recognized configure: error:

Re: I have problem when I porting Directfb 1.1.1?

2008-02-25 Thread Dirk Behme
RyanYee/叶晔 wrote: I use configure --target=arm_v5t_le for my porting. but with these error report: checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... Invalid configuration `arm_v5t_le': machine `arm_v5t_le' not recognized

Re: I have problem when I porting Directfb 1.1.1?

2008-02-25 Thread Caglar Akyuz
RyanYee/叶晔 wrote: I use configure --target=arm_v5t_le for my porting. but with these error report: checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... Invalid configuration `arm_v5t_le': machine `arm_v5t_le' not

RE: how to assigned an ISR to a interrupt in DSP/BIOS?

2008-02-25 Thread Tivy, Robert
Changing the timer on a Davinci part can get tricky, oftentimes the ARM DSP need to share one timer and must cooperate in doing so. However, I expect the timer/interrupt# relationship to be different from what you state. Typically (and in all cases I've seen), Timer 0 uses HWI_INT14 and Timer

Re: I have problem when I porting Directfb 1.1.1?

2008-02-25 Thread RyanYee/叶晔
thanks Caglar,I use CC=xxx ... configuer and make ,all ok. and I find your configure like this, But if you want to use accelerated DaVinci video driver, you must use at least directfb 1.2.0, or maybe git version. AFAIK, DaVinci support added in 1.2.0 and stable release is missing some

Re: I have problem when I porting Directfb 1.1.1?

2008-02-25 Thread Caglar Akyuz
RyanYee/叶晔 wrote: thanks Caglar,I use CC=xxx ... configuer and make ,all ok. and I find your configure like this, But if you want to use accelerated DaVinci video driver, you must use at least directfb 1.2.0, or maybe git version. AFAIK, DaVinci support added in 1.2.0 and stable release