-
The older libusb-0.1.12 fails to build on macOS 12.1 with this error:
```
gcc -DHAVE_CONFIG_H -I. -I/opt/sw/include -Werror -no-cpp-precomp -g -O2 -g -Wall -MT darwin.lo -MD -MP -MF .deps/darwin.Tp…
-
Makefile only sets `-framework IOKit -framework CoreFoundation` for MacPorts and homebrew. When building mspdebug with Fink, those flags aren't added and the build fails with the relevant missing symb…
-
```
What steps will reproduce the problem?
demo-breathing-led-gcc-4.5.3$ msp430-gcc -Os -Wall -g -mmcu=msp430g2231 -o
breathing-led.elf breathing-led.c
Error:
dyld: Library not loaded: /usr/local/C…
-
Hi,
Working with a ez430-RF2500 with mspdebug 0.23 I was unable to connect to the target. here is the log:
```
$ mspdebug rf2500
MSPDebug version 0.23 - debugging tool for MSP430 MCUs
Copyright (C…
-
Hi,
I'm trying to get my [EXP-MSP430FR5969](http://www.ti.com/tool/msp-exp430fr5969) running and it looks like 0.24 is not working with `tilib` and the latest `mspds`. I install [mspdebug](https://…
-
Hi there, I just updated my Mac to OS X EI Capitan. I encountered the rf2500 issue. Everytime after I write program to the launchpad, the system cannot recognize it again unless I unplug and plug it a…
ghost updated
8 years ago
-
Hello!
I'm trying to build the Energia on Raspberry Pi 4 (version with 4Gb of RAM with the latest Rasbpian installed and all updates after `sudo apt-get update && sudo apt-get full-upgrade -y`).
I…
-
Howdy y'all,
I ran into some trouble using mspdebug on an RF430FRL152H chip. This chip is weird in that it is low voltage and in that it uses 4-wire JTAG but not SBW, so I used the modern (black) …
-
On Mac Os High Sierra 10.13.6 (17G65)
MSPDebug version 0.25 - debugging tool for MSP430 MCUs
Copyright (C) 2009-2017 Daniel Beer
This is free software; see the source for copying conditions. …
-
using the rf2500 driver on macOS in v0.25 results in the below error. It works OK in v0.24.
```
./mspdebug rf2500 --force-reset "prog Blink.ino.hex"
MSPDebug version 0.25 - debugging tool for MSP43…