From: Martin DOT Stromberg AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: I get the message "The program has no useable debugging information" when C programming Date: 27 Oct 1998 18:09:53 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 16 Message-ID: <71529h$pck$3@antares.lu.erisoft.se> References: <712o5u$8p8 AT informer1 DOT cis DOT McMaster DOT CA> NNTP-Posting-Host: mars.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Chris Lambacher (lambacck AT mcmaster DOT ca) wrote: : I am getting the error message "The program has no useable debugging : information. Try to compile it with the -g switch". This occurs in RHIDE : v1.4 when programming in C. I have the -g switch enabled and I am using : more than one source for this program. This has never happened to me : before. This is also the first time I have used multiple source files. : Any help would be appreciated. Are you sure you are not using the "-s" flag during the linking phase? "-s" tells the linker to strip (remove debugging information) the executable. Right, MartinS