|
Message
From: Dries Driessens <ddr@d...>
Date: Mon, 22 Sep 2003 10:39:04 +0200
Subject: Re: [openrisc] or32-uclinux-gdb
Hello Tomas,
I experienced the same annoying problem on my Redhat 7.3 system.
My solution is not to use GDB, but DDD (which uses GDB). Strangely,
there I can use GDB without the echo problem.
Best regards,
Dries
Tomas Jonsson wrote:
> I have problems with my or32-uclinux-gdb.
>
> The problem is that the characters is not echo:ed (or displayed) and no
> respons is displayed on the screen when I am running gdb from a terminal
> window (it works in emacs). Instead I have to do <ctrl>-a for each time
> I want to see what I had wrote or want to see a respons.
> Please can someone give me hint on this problem?
>
> I am using RedHat Linux ver 8.0 and I have tryed both gdb-5.0 and
> gdb-5.3. It is the same problem.
> I have used exactly the same build and compilation script for
> or32-rtems-gdb and it works perfectly. It looks like:
>
>
>>cd $HOME/tmp/tools/or1k
>>mkdir gdb-ucl
>>cd gdb-ucl
>>$HOME/tmp/tools/or1k/gdb-5.0/configure --target=or32-uclinux
>
> --prefix=$HOME/tmp/tools/or32-uclinux/
> --local-prefix=$HOME/tmp/tools/or32-uclinux/or32-uclinux/
>
>>make all install
>
>
>
> When I made a diff between the two:s Makefiles in directory gdb-ucl the
> only difference is:
>
> # When using glibc 2 on Linux we must always use vtable thunks.
> CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks -D_GNU_SOURCE
>
>
> Best Regards, Tomas Jonsson
> Silinova AB
>
>
>
>
|
 |