I should precede this by saying that I'm very very new to using this toolset (I just got my olimex evaluation boards and my jtag parallel dongle in) but have been lurking here and reading postings for quite some time now.
Today, based on reading these archives, I got the latest CVS files and compiled nearly everything without incident. I am, however, having considerable trouble with gdbproxy and rproxy. This is on a fairly fresh redhat 8.0 linux system running on a p133 (for now). First: gdbproxy. There appears to be an error in the configuration options. I try './configure --prefix=/usr/local/msp430' and it does its usual stuff, but complains with: /home/jmn/gdbproxy/gdbproxy/missing: Unknown '--run' option Try '/home/jmn/gdbproxy/gdbproxy/missing --help' for more information but it continues boldly beyond this point, then failing during a make with: ./depcomp: ./depcomp: No such file or directory Second: rproxy (binary downloaded from the mspgcc tools page) No amount of finagling has gottem me beyond the 'libHil.so: cannot open shared object file: ...' error. I have tried copying libHIL.so to the same directory as rproxy - to no avail. I have tried explicitly putting the path to the libHIL.so library in the LD_LIBRARY_PATH variable... same error.