----- Kustaa Nyholm  wrote:
> Hi,
> 
> according to SDCC manual .mem and .map are automatically genereated,
> and indeed I recall them being generated when I was working with HC08.
> 
> But now I have a multifile PIC project and I cannot see the.map nor
> .mem
> files anywhere. And I can't find a relevant command line option to
> turn them on either.
 >
<snip>
>  
> $(OBJDIR)/$(TARGET): $(addprefix $(OBJDIR)/, $(SRCS:.c=.o)) 
>     $(SDCC) $(SDCCFLAGS) -o $(OBJDIR)/$(TARGET) $(addprefix
> $(OBJDIR)/, $(SRCS:.c=.o)) $(LIBS)

I found (with z80 port) that when I used -o with link command, I no longer
got the .map file.

Randy


 

------------------------------------------------------------------------------
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