Hi there,

This should do the job (from the command line):

CFLAGS=-Wl,-Map,foo.map make iris

Alternatively, you can add the following line to the makefile:
CFLAGS+=-Wl,-Map,foo.map


Janos


On Tue, Apr 30, 2013 at 10:20 AM, Roadstar Runner <[email protected]>wrote:

> Hi,
> I have been trying in vain to locate the memory map file generated by the
> linker. Is there a cflag or something to be added to the makefile to
> generate a map file.
> I assumed that the linker always generates a map file
>
> Plz: I am working on the IRIS motes
>
> Thanks
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to