If /dev partition is not mounted when a root filesystem is mounted, init
cannot open /dev/console file. Hence you get above warning.
It seems I have told you hack for this.
On Tue, 2006-09-05 at 22:46 -0700, Furqan Ahmed Ghulam Shabbir wrote:
> Hi,
> On both Development and Target machine
Hi, On both Development and Target machines I am not getting this error when I don't use kgdb. Furqan Ahmed Vitaly Wool <[EMAIL PROTECTED]> wrote: Hi,On 9/5/06, Furqan Ahmed Ghulam Shabbir wrote:> Hi,> I am using kgdb-2.3 on kernel 2.6.13 through ethernet. When I am trying to> connect to
Hi,
On 9/5/06, Furqan Ahmed Ghulam Shabbir <[EMAIL PROTECTED]> wrote:
> Hi,
> I am using kgdb-2.3 on kernel 2.6.13 through ethernet. When I am trying to
> connect to remote machine I am getting �Packet ignoring error �. This error
> is solve if I first reboot the target machine with the default k
Hello.
Amit S. Kale wrote:
> I am not a MIPS expert, though your argument appears valid. Would it be
> possible for you to rewrite this code in assembly?
Yes. But I have already fixed the bug with less effort, just by
eliminating the local vars. Vitaly will send an updated mips-lite.patch s
You can try a couple of things
1. Compile a newer gdb. gdb has undergone a large number of fixes in handling
of section addresses as well as debug info.
2. Uninitialized data is placed in .bss. If you initialize those global
variables in definitions, you'll find that they go into .data. This wil
Do you see any errors on kgdb target machine (look in the output of the
command "dmesg" for messages that are from kgdb)
-Amit
On Wednesday 30 August 2006 19:17, Furqan Ahmed Ghulam Shabbir wrote:
> Hi,
>
>
> I have tried to work with kgdb using serial but wasn't able
> to do that due to errors
On Wednesday 30 August 2006 07:44, Piet Delaney wrote:
> If your interested in the changes to compile the complete
> kernel -O0 let me know. I'm checking it in here for both
> kgdb and kdump use in the future. I also converted static
> inlines to just static functions via CPP macros to get clear
>
Hi, I am using kgdb-2.3 on kernel 2.6.13 through ethernet. When I am trying to connect to remote machine I am getting Packet ignoring error . This error is solve if I first reboot the target machine with the default kernel then again rebooting the target with kgdb enabled
Sergei,
I am not a MIPS expert, though your argument appears valid. Would it be
possible for you to rewrite this code in assembly?
-Amit
On Monday 28 August 2006 03:47, Tom Rini wrote:
> On Sun, Aug 27, 2006 at 06:26:48PM +0400, Sergei Shtylyov wrote:
> > Hello.
> >
> > It looks like I've f