Mail Archives: djgpp/1999/03/18/14:00:09
Pollini Andrea <nelson AT numerica DOT it> wrote:
> I am running RHIDE for Linux and i have a strange problem.
> When i try to debug my program ( pressing F7 ) , RHIDE tell me he can't
> find strncmp.c or something else .
> Why ?????
Are you using strncmp? is when you step over a line that contains an strncmp
call? If yes then that's because you have debug information in your libc,
perhaps you installed a development version of the library with debug
information and you are linking your program with it. But it sounds very
strange, in distributions like Debian libraries with debug information have
special names, for example libXXX_g.a instead of libXXX.so (note: they are
usually static versions).
SET
P.S. a better place to ask for RHIDE specific questions, specially Linux
version, is the RHIDE mailing list. You can find information about
subscription to the list in the Robert's site
(http://www.tu-chemnitz.de/~sho/rho/rhide.html)
------------------------------------ 0 --------------------------------
Visit my home page: http://welcome.to/SetSoft
or
http://www.geocities.com/SiliconValley/Vista/6552/
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Alternative e-mail: set-soft AT usa DOT net set AT computer DOT org
ICQ: 2951574
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA
TE: +(5411) 4759 0013
- Raw text -