[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avr.rules, 1.1.2.7, 1.1.2.8

Phil Levis scipio at users.sourceforge.net
Sun Nov 5 10:09:55 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13786/support/make/avr

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	avr.rules 
Log Message:
A few minor bug fixes, from the SF bugtracker. Limited MTS300 support.



Index: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr.rules,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** avr.rules	30 Oct 2006 18:20:54 -0000	1.1.2.7
--- avr.rules	5 Nov 2006 18:09:52 -0000	1.1.2.8
***************
*** 105,108 ****
  
  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}); }'
  
--- 105,108 ----
  
  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