Re: [Tinyos-help] Tinyos Memory map file

2013-04-30 Thread Roadstar Runner
It worked. Thank yo very much On Tue, Apr 30, 2013 at 12:02 PM, Janos Sallai wrote: > 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 > >

Re: [Tinyos-help] Tinyos Memory map file

2013-04-30 Thread Janos Sallai
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 wrote: > Hi, > I have been trying in vain to locate the

[Tinyos-help] Tinyos Memory map file

2013-04-30 Thread Roadstar Runner
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