]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
instead of exiting, print just a warning when data section is not found in the binary...
authorsallai <sallai>
Tue, 22 Apr 2008 16:18:53 +0000 (16:18 +0000)
committersallai <sallai>
Tue, 22 Apr 2008 16:18:53 +0000 (16:18 +0000)
tools/tinyos/misc/tos-set-symbols.in

index 9bf0d540b6ad7807058b13b248b745102e462af5..ea483a7e13ac6abe40339184f7149c2fc05bcce0 100644 (file)
@@ -78,7 +78,7 @@ while(<SECTS>) {
   }
 }
 close(SECTS);
-die "Could not find data section in $exein, aborting.\n"
+warn "Could not find data section in $exein, aborting.\n"
   unless defined $segment_vma && defined $segment_lma && defined $segment_off;
 
 # build a hash of all data segment symbols to their address and size