Executing $ make mulle install,0 Results in - - - tos-set-symbols build/mulle/main.srec build/mulle/main.srec.out-0 _TOS_NODE_ID=0 _ActiveMessageAddressC$addr=0 Can't exec "avr-objdump": No such file or directory at /usr/local/bin/tos-set-symbols line 70. Cannot extract section information: No such file or directory
Examining tos-set-symbols reveals that there are options to select other objdump, in my case it should have been m32c-elf-objdump Of cause I can modify my installed copies of tos-set-symbol, I could even modify the tos-set-symbols.in file and reinstall tools. Another possibility would be to make symbolic links from avr-objdump to m32c-elf-objdump But none of the above would feel right(tm) What is the recommended way? I thinking about modifying the tos-set-symbols.in to use 'tos-objdump' and then link from that - It would feel better... /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing LuleƄ University of Technology SE-931 87 SkellefteƄ _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
