On 2006-11-27, Chris Liechti <[email protected]> wrote:

>> I've checked out a copy of the "python" directory, and run
>> "python setup.py install" as described in the readme.txt file:
> ...
>> According to the readme.txt file "The msp430-bsl and
>> msp430-jtag tools are installed to the binary directory
>> /usr/local/msp430/bin [...]" .  
>> 
>> Except they aren't.
>> 
>> There is no /usr/local/msp430.
>
> i know, that isn't perfect yet.

I've since realized that there is a makefile, and doing a "make
install" will do the "python setup.py install" and then install
the utilities in /usr/local/msp430.

> for msp430-jtag, you have to make sure that the l.so files are
> found. in case of problems try msp430-jtag -DDDDD which should
> print the search path.

I was pretty much stumped about where to get libMSP430mspgcc.so.  
The readme file mentions that you need it, but there's no hint
anywhere in the readme files, the web site, mailing list
archives (or anything indexed by Google) about where to get it.
After about an hour of googling and grepping, I finally checked
out the entire mspgcc tree from CVS and did a grep -r on the
whole thing.  I found it in a directory under the jtag
directory...

> you may have a look at the makefile in CVS/packaging,
> especially the targets pytools-build and pytools-install. here
> i just copy all the parts to the target "bin" directory. this 
> creates the mspgcc package subdirectory under bin. but that
> isn't clean for un"x platforms. i usually install to
> /opt/mspgcc, which makes the situation less worse as the
> "mess" is all in the separate tree ;-)

I'll probably just install them to /usr/local/bin -- that's
where all the miscellaneous executables are.

> i installed the entire toolchain using this makefile. (it
> build+installs on linux, on windows it's used to create the
> installer)

Yea, it took me an embarassingly long time to notice the
makefile.  I always use "Makefile" and my brain only looks at
the beginning of the 'ls' for makefiles now. :/

-- 
Grant Edwards                   grante             Yow!  I am having a
                                  at               pleasant time!!
                               visi.com            


Reply via email to