# * Set target for cross objdump. # (Sorry, my perl is not good enough to add a new program option, # or an environment for example "OBJDUMP=i686-pc-mingw32-objdump") # # Henry (at) Bigfoot.de --- codeviz-1.0.11/lib/CodeViz/CollectCObjdump.pm.old +++ codeviz-1.0.11/lib/CodeViz/CollectCObjdump.pm @@ -84,7 +84,7 @@ syswrite STDOUT, "Opening: $obj"; foreach $section (split(/ /, $dumpsections)) { - open (F,"objdump -C -d --section=.text --section=.$section $obj|") || next; + open (F,"i686-pc-mingw32-objdump -C -d --section=.text --section=.$section $obj|") || next; syswrite STDOUT, "...$section"; # Read this input file