On Tue, Jan 17, 2012 at 10:54:16AM +0100, Matthias Ringwald wrote: > A slightly different topic: did anyone use the MSP430.dll v3 on Mac > successfully (mspdebug site and some google-ing didn't suggest an answer).
I know of one person who's currently trying to get it working. If you want to experiment with it, take the latest version from TI (slac460a.zip). In TI/DLL430/FileFuncImpl.h, you'll need to change the signature of FileFuncImpl::getTiFileBytes if you want to compile on a 64-bit system: bool getTiFileBytes(const string& Record, size_t* ByteCnt); Change it to: bool getTiFileBytes(const string& Record, uint32_t* ByteCnt); The Makefile is also unsuitable for OS/X -- the dynamic library linking rules aren't correct. You'll need to change these, and you'll probably want to change the search name for the library in drivers/tilib.c (mspdebug) to libmsp430.dylib, rather than .so. - Daniel -- D.L. Beer Engineering www.dlbeer.co.nz ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Mspgcc-users mailing list Mspgcc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mspgcc-users