Building a New Linux Kernel

2008-09-29 Thread Hidding
hi all I following the TMS320DM6446 DVEVM v1.30 Getting Started Guide (sprue66d.pdf) to Building a New Linux Kernel. But I have two path can to build: 1. /opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci 2. /opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci_evm-arm_v5t_le/linux

Building a New Linux Kernel

2007-02-24 Thread Isoon
Hi all, I'm doing in order all the steps on Getting started Guide. But I get some errors in Building a new Linux Kernel step. Do i have to build the kernel now or when i need to? Can i skip now? I wrote the command and got these messages. /workdir/lsp/ti-davinci> make ARCH=arm CROSS

RE: Building a New Linux Kernel

2008-10-06 Thread Phil Quiney
inityconvergence.com <http://www.trinityconvergence.com/> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hidding Sent: 30 September 2008 05:38 To: davinci-linux-open-source@linux.davincidsp.com Subject: Building a New Linux Kernel

RE: Building a New Linux Kernel

2008-10-06 Thread Narnakaje, Snehaprabha
Subject: RE: Building a New Linux Kernel Hi, Best guess.somebody has installed 2 versions of the kernel source. Your best option - talk to whoever it was that did it. If that is you then you are becoming forgetful ;-) p.s it is normally considered 'bad form' to build the kernel u

RE: Building a New Linux Kernel

2008-10-06 Thread Deepak Shankar-TLS,Chennai.
-linux-open-source@linux.davincidsp.com Subject: RE: Building a New Linux Kernel Hi, Best guess.somebody has installed 2 versions of the kernel source. Your best option - talk to whoever it was that did it. If that is you then you are becoming forgetful ;-) p.s it is normally considered

Re: Building a New Linux Kernel

2008-10-07 Thread Hidding
hi all Today, I following the sprue66d.pdf again. (New VM OS: Red Hat EL4) I install the mvl_4_0_1_demo_sys_setuplinux.bin, mvl_4_0_1_demo_target_setuplinux.bin and mvl_4_0_1_demo_lsp_setuplinux_01_20_00_014.bin. And I got the... /opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci and /opt/mv

RE: Building a New Linux Kernel

2008-10-07 Thread Phil Quiney
tober 2008 08:45 To: Narnakaje, Snehaprabha; Deepak Shankar-TLS,Chennai.; Phil Quiney; davinci-linux-open-source@linux.davincidsp.com Subject: Re: Building a New Linux Kernel hi all Today, I following the sprue66d.pdf again. (New VM OS: Red Hat EL4) I install the mvl_4_0_1_demo_sys_setu

Re: Building a New Linux Kernel

2008-10-07 Thread Viral Sachde
ral > > > -Original Message- > From: Hidding [mailto:[EMAIL PROTECTED] > Sent: 07 October 2008 08:45 > To: Narnakaje, Snehaprabha; Deepak Shankar-TLS,Chennai.; Phil Quiney; > davinci-linux-open-source@linux.davincidsp.com > Subject: Re: Building a N

Re: Building a New Linux Kernel

2007-02-25 Thread Peter Wippich
Hi, you need a development package on your host (gcc, etc.). > /bin/sh: gcc: command not found Check packages for your host platform. Peter On Sun, 25 Feb 2007, Isoon wrote: > Hi all, > I'm doing in order all the steps on Getting started Guide. But I get some > errors

Re: Building a New Linux Kernel

2007-02-25 Thread Riccardo Sala
You could try to export CC variable: export CC=/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc to your correct path and then give the following commands: make ARCH=arm CROSS_COMPILE=arm_v5t_le- davinci_dm644x_defconfig make ARCH=arm CROSS_COMPILE=arm_v5t_le- checks

problem on building a new linux kernel

2008-05-04 Thread YangZhijun
Dear All, When following the getting started guide of DM355 DVEVM to build a new linux kernel, after entering, $ make ARCH=arm CROSS_COMPILE=arm_v5t_le- davinci_dm355_evm_defconfig I got the following errors, HOSTCC scripts/basic/fixdepIn file included from scripts/basic/fixdep.c:113

RE: problem on building a new linux kernel

2008-05-06 Thread Phil Quiney
ilto:[EMAIL PROTECTED] On Behalf Of YangZhijun Sent: 04 May 2008 17:45 To: davinci-linux-open-source@linux.davincidsp.com Subject: problem on building a new linux kernel Dear All, When following the getting started guide of DM355 DVEVM to build a new linux kernel, after entering, $ make ARCH=a

RE: problem on building a new linux kernel

2008-05-07 Thread YangZhijun
mis-operation in my last installation but do you think it help if I re-install ubuntu or another linux such as Fedora 9 Beta? Any suggestions would be appreciated. Cheers, Michael Subject: RE: problem on building a new linux kernel Date: Tue, 6 May 2008 14:11:15 +0100 From: [EMAIL P

RE: problem on building a new linux kernel

2008-05-07 Thread Phil Quiney
4(0)1223-435536 F: +44(0)1223-435560 www.trinityconvergence.com <http://www.trinityconvergence.com/> From: YangZhijun [mailto:[EMAIL PROTECTED] Sent: 07 May 2008 10:43 To: Phil Quiney; davinci-linux-open-source@linux.davincidsp.com Subject: RE: problem on building a new linux kernel

RE: problem on building a new linux kernel

2008-05-07 Thread Mark Keramaty
Michael, I was wondering if you had found a solution to your problem. Mine is more or less the same, and I am also running Ubuntu. Any luck so far? Thanks, Mark ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincids

RE: problem on building a new linux kernel

2008-05-07 Thread YangZhijun
ubject: RE: problem on building a new linux kernel Date: Wed, 7 May 2008 11:37:08 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; davinci-linux-open-source@linux.davincidsp.com Hi, Compiling on the target should be possible but very slow. When on the target you need to remember that you are

RE: problem on building a new linux kernel

2008-05-08 Thread Phil Quiney
From: YangZhijun [mailto:[EMAIL PROTECTED] Sent: 07 May 2008 22:25 To: Phil Quiney; davinci-linux-open-source@linux.davincidsp.com Subject: RE: problem on building a new linux kernel Thanks, Phil, I checked my /usr/include/limits.h, which seems exactly the same as yours (see attached). The probl

RE: problem on building a new linux kernel

2008-05-11 Thread YangZhijun
hard disk with bootable kernelkit CD? And, how could I configure the kernelkit internet configuration so that I can access wireless internet through this OS? Many thanks. -Michael Subject: RE: problem on building a new linux kernel Date: Thu, 8 May 2008 09:32:58 +0100 From: [EMAIL PROTEC

RE: problem on building a new linux kernel

2008-05-12 Thread Phil Quiney
ill cannot compile. How could I compile the kernel source in the hard disk with bootable kernelkit CD? And, how could I configure the kernelkit internet configuration so that I can access wireless internet through this OS? Many thanks. -Michael ____________ Subj

RE: problem on building a new linux kernel

2008-05-13 Thread YangZhijun
d from kernelkit from CD and did the above compilation. Not sure if it makes problem. Any more suggestion on tackling it? Thanks a lot. -Michael Subject: RE: problem on building a new linux kernel Date: Mon, 12 May 2008 08:27:41 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; davinci-linu

Re: RE: problem on building a new linux kernel

2008-05-18 Thread Andre Gaschler
er IP address? Thanks a lot. -Michael Subject: RE: problem on building a new linux kernel Date: Wed, 14 May 2008 14:48:20 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; davinci-linux-open-source@linux.davincidsp.com Hi this looks like a PATH issue. To build things you need