[Tinyos-2-commits] CVS: tinyos-2.x/support/make/msp msp.rules,
1.1.2.8, 1.1.2.9
Phil Levis
scipio at users.sourceforge.net
Sun Nov 5 10:09:55 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/support/make/msp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13786/support/make/msp
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
msp.rules
Log Message:
A few minor bug fixes, from the SF bugtracker. Limited MTS300 support.
Index: msp.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/msp/msp.rules,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -d -r1.1.2.8 -r1.1.2.9
*** msp.rules 6 Feb 2006 19:44:45 -0000 1.1.2.8
--- msp.rules 5 Nov 2006 18:09:52 -0000 1.1.2.9
***************
*** 94,97 ****
bytes: FORCE
! @objdump -h $(MAIN_EXE) | perl -ne '$$b{$$1}=hex $$2 if /^\s*\d+\s*\.(text|data|bss)\s+(\S+)/; END { printf("%16d bytes in ROM\n%16d bytes in RAM\n",$$b{text}+$$b{data},$$b{data}+$$b{bss}); }'
--- 94,97 ----
bytes: FORCE
! @$(OBJDUMP) -h $(MAIN_EXE) | perl -ne '$$b{$$1}=hex $$2 if /^\s*\d+\s*\.(text|data|bss)\s+(\S+)/; END { printf("%16d bytes in ROM\n%16d bytes in RAM\n",$$b{text}+$$b{data},$$b{data}+$$b{bss}); }'
More information about the Tinyos-2-commits
mailing list