Mail Archives: djgpp/2003/07/28/01:28:23
> Date: Sun, 27 Jul 2003 18:27:33 -0700 (PDT)
> From: Jaiphen Hsiung <jaiphen2003 AT yahoo DOT com>
>
> I have download the source code and tried to recompile it on my machine. However with the makefile in the package I got the following error:
>
> make.exe[1]: *** No rule to make target 'dev/env/DJDIR/gnu/gdb-5.3/readline/config.h', needed by 'readline.o'. Stop.
> make.exe: *** [all-readline] Error 2
>
> Is there somehting I am missing to use the makefile?
Not in the makefile itself, but probably in the way you tried to
build GDB. Please read the file gdb/config/djgpp/README, and build
the package as it describes.
(I suspect that the file Make complains about should have been
included as part of the source distribution, but was omitted. The
build procedure described by README, the one that starts by running
djconfig.sh, will rebuild that file, and also any other files that
might be missing.)
> (also I would like to use the gdbserver on the DOS environment too,
> is there anyone has the makefile for gdbserver
gdbserver is not supported by the official DJGPP port of GDB, but I
think someone reported here that they were working on that, or had
some solution for it. Please search the archives of this forum for
the exact information.
- Raw text -