[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc tos-set-symbols.in, 1.2, 1.3

Janos Sallai sallai at users.sourceforge.net
Tue Apr 22 09:18:55 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7067

Modified Files:
	tos-set-symbols.in 
Log Message:
instead of exiting, print just a warning when data section is not found in the binary (e.g. Blink compiled with avr-gcc 4 will not contain a .data section)

Index: tos-set-symbols.in
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc/tos-set-symbols.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tos-set-symbols.in	12 Jul 2006 17:00:51 -0000	1.2
--- tos-set-symbols.in	22 Apr 2008 16:18:53 -0000	1.3
***************
*** 79,83 ****
  }
  close(SECTS);
! die "Could not find data section in $exein, aborting.\n"
    unless defined $segment_vma && defined $segment_lma && defined $segment_off;
  
--- 79,83 ----
  }
  close(SECTS);
! warn "Could not find data section in $exein, aborting.\n"
    unless defined $segment_vma && defined $segment_lma && defined $segment_off;
  



More information about the Tinyos-2-commits mailing list