RE: building dsplink

2008-06-20 Thread Wan, Vincent
as to what the problem is. Best regards, Vincent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Rhodes Sent: Thursday, June 19, 2008 12:02 AM To: Kamoolkar, Mugdha Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: building dsplink

Re: building dsplink

2008-06-20 Thread Brian Rhodes
Of Brian Rhodes Sent: Thursday, June 19, 2008 12:02 AM To: Kamoolkar, Mugdha Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: building dsplink Thanks for responding. I am trying to compile dsplink 1.50 and I am using codec engine 2.10. The error is with the type for 'current'. I

Re: building dsplink

2008-06-19 Thread Brian Rhodes
Subject: building dsplink prcs.c: In function `PRCS_Create': prcs.c:185: error: dereferencing pointer to incomplete type prcs.c:186: error: dereferencing pointer to incomplete type prcs.c:188: error: dereferencing pointer to incomplete type 185(*prcsObj)-handleToThread= (Pvoid) current

building dsplink

2008-06-18 Thread Brian Rhodes
prcs.c: In function `PRCS_Create': prcs.c:185: error: dereferencing pointer to incomplete type prcs.c:186: error: dereferencing pointer to incomplete type prcs.c:188: error: dereferencing pointer to incomplete type 185(*prcsObj)-handleToThread= (Pvoid) current-pid ; 186

RE: building dsplink

2008-06-18 Thread Kamoolkar, Mugdha
@linux.davincidsp.com/msg03002.html Regards, Mugdha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Rhodes Sent: Wednesday, June 18, 2008 9:29 PM To: davinci-linux-open-source@linux.davincidsp.com Subject: building dsplink prcs.c: In function

Re: building dsplink with non-Montavista toolchain

2008-02-15 Thread Kai Fischer
Mughda, Dirk, Troy, many thanks for your feedback. See my comments below... We have verified DSPLink with upto 2.6.22 kernel. In our internal development for this since 1.50, we have made the following changes: /dsplink/gpp/src/osal/Linux/prcs.c: Add #include linux/sched.h

building dsplink with non-Montavista toolchain

2008-02-14 Thread Kai Fischer
Hi, Did anyone ever try to build dsplink 1.50 with the ELDK or CodeSourcery Toolchains and DaVinci kernel 2.6.23? I tried, but ran into following problems: ...gpp/src# make release prcs.c: In function 'PRCS_Create': prcs.c:188: error: dereferencing pointer to incomplete type prcs.c:189:

Re: building dsplink with non-Montavista toolchain

2008-02-14 Thread Dirk Behme
Kai Fischer wrote: Hi, Did anyone ever try to build dsplink 1.50 with the ELDK or CodeSourcery Toolchains and DaVinci kernel 2.6.23? Kai: I think you know http://linux.omap.com/pipermail/davinci-linux-open-source/2008-February/005220.html ? But this seems to be an other dsplink version.

RE: building dsplink with non-Montavista toolchain

2008-02-14 Thread Kamoolkar, Mugdha
: Thursday, February 14, 2008 9:56 PM To: davinci-linux-open-source@linux.davincidsp.com Subject: building dsplink with non-Montavista toolchain Hi, Did anyone ever try to build dsplink 1.50 with the ELDK or CodeSourcery Toolchains and DaVinci kernel 2.6.23? I tried, but ran into following

RE: building dsplink problem with GIT 2.6.23 kernel

2007-11-07 Thread Kamoolkar, Mugdha
Of JAEHOON LEE Sent: Thursday, November 08, 2007 8:01 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: building dsplink problem with GIT 2.6.23 kernel Dear all. Is there any success to use dsplink in GIT Linux kernel 2.6.23? I'm using GIT 2.6.23 kernel and DVEVM 1.2. When I compiled

RE: Need help building DSPLINK 1.4

2007-07-10 Thread Ring, Chris
: Kamoolkar, Mugdha Subject: RE: Need help building DSPLINK 1.4 Thank you Deepali, I was hoping that was the case. I still cannot get the codec engine to open. Is there a compatability problem with the versions of components I am using? Thanks for your time, Jeremy From: Uppal

Need help building DSPLINK 1.4

2007-07-09 Thread Jeremy Larsen
I am using: kernel (2.6.10) built from source provided from DVEVM 1.10 codec_engine_1_20 U-boot version 1.1.3 I can build a dsplinkk.ko but when I try to insmod it I get: [EMAIL PROTECTED]:/opt/dvevm# insmod dsplinkk.ko dsplinkk: no version for struct_module found: kernel tainted. DSPLINK

RE: Need help building DSPLINK 1.4

2007-07-09 Thread Uppal, Deepali
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] p.com] On Behalf Of Jeremy Larsen Sent: Tuesday, July 10, 2007 4:39 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: Need help building DSPLINK 1.4 I am using: kernel (2.6.10) built from source provided from DVEVM 1.10 codec_engine_1_20

RE: Building dsplink

2007-03-29 Thread Nachum Kanovsky
To: davinci-linux-open-source@linux.davincidsp.com Subject: Re: Building dsplink Monk, Roger wrote: dpc.h is the first file in the build that tries to access the kernel headers - the errors shows it is trying to find these headers in the target fs, rather than from the kernel install. Can you

Building dsplink

2007-03-28 Thread Darren J Longhorn
Does anyone have any pointers to how to build dsplink. We've rebuild our kernel and were getting: insmod: error inserting 'dsplinkk.ko': -1 Invalid module format Have rebuilt cmem, but I'm not sure where I have to rebuilt dsplinkk from. I'm sure this must have been answered before, but for me

RE: Building dsplink

2007-03-28 Thread Nachum Kanovsky
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darren J Longhorn Sent: Wednesday, March 28, 2007 11:20 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: Building dsplink Does anyone have any pointers to how to build dsplink. We've rebuild our kernel and were getting: insmod: error

RE: Building dsplink

2007-03-28 Thread Monk, Roger
/* There are some other additional docs in the doc directory for further details. Hope this helps, ~roger -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darren J Longhorn Sent: 28 March 2007 10:20 To: davinci-linux-open-source@linux.davincidsp.com Subject: Building