To my untrained eye it looks like DDD is trying to find source for the
very first entry point to the program - depending on link settings and
libraries your main may not be the entry point. Can you set a
breakpoint at main & just ignore the file not found errors? Most
debuggers treat unable to find source as an annoyance, not a failure.
Brad
stm23 wrote:
hi, i'm trying to use ddd to debug my c file program.c. when i attempt to
start ddd eg:
ddd program.c &
i get an error message in the ddd window:
DDD No Source
/mnt/FAT23/mydocs/sysdeps/i386/elf/start.S: No such file or directory
i've checked & this file doesn't exist. why can't ddd accept my file
program.c as the source. i've tryed googling a solution but to no avail.
any1 experienced something similar, or know how to help me. i'd really
appreciate it :)
cheers, sam