]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/tinyos/misc/tos-set-symbols.in
instead of exiting, print just a warning when data section is not found in the binary...
[tinyos-2.x.git] / 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