Re: flash_firmware_to_msp430fr4133

Daniel Beer <[email protected]> Sat, 10 Aug 2019 17:18:01 +1200
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.user
Message-ID <[email protected]>
On Fri, Aug 09, 2019 at 08:58:42AM +0000, [email protected] wrote:
> # ./mspdebug tilib
> MSPDebug version 0.25 - debugging tool for MSP430 MCUs
> Copyright (C) 2009-2017 Daniel Beer <[email protected]>
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> Chip info database from MSP430.dll v3.13.0.601 Copyright (C) 2013 TI, Inc.
> tilib_api: can't find libmsp430.so: libboost_filesystem.so.1.56.0: cannot open shared object file: No such file or directory
> 
> Some attempts to solve this error myself show that I think wrong
> 
> root@msp430:/home/user/msp430/mspdebug/mspdebug-master# ln -s /usr/local/bin/libboost_filesystem.so.1.56.0 /lib/libboost_filesystem.so.1.56.0      
> root@msp430:/home/user/msp430/mspdebug/mspdebug-master# ln -s /usr/local/bin/libboost_system.so.1.56.0 /lib/libboost_system.so.1.56.0
> root@msp430:/home/user/msp430/mspdebug/mspdebug-master# ldconfig
> root@msp430:/home/user/msp430/mspdebug/mspdebug-master# ./mspdebug tilib
> MSPDebug version 0.25 - debugging tool for MSP430 MCUs
> Copyright (C) 2009-2017 Daniel Beer <[email protected]>
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> Chip info database from MSP430.dll v3.13.0.601 Copyright (C) 2013 TI, Inc.
> 
> tilib_api: can't find libmsp430.so: libboost_date_time.so.1.56.0: cannot open shared object file: No such file or directory

I'm not sure why your boost libraries are in /usr/local/bin, but it
seems that if you add some more symlinks you'll eventually be able to
load the driver. Do libboost_date_time.so.1.56.0 next, try again, and
keep going until you have no more shared-object errors.

Cheers,
Daniel

-- 
Daniel Beer <[email protected]> http://dlbeer.co.nz/
PGP: BA6E 0B26 1F89 246C E3F3  C910 1E58 C43A 160A 553B