Hi Kusti,

> After some tracking it seems that SDCC deletes file 'X.d' if I specify
> output file with '-o X.o' 
> 
> Is this how it should work? Is this different from gcc? If so is it a
> bug or feature?

At least some SDCC targets (e.g., pic16) use .d files to output debug
information (to debug the compiler). So I guess deleting them when
--debug-ralloc is not specified (as well as overwriting them when
--debug-ralloc is specified) is a feature.

Regards,
Raphael

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to