Hi Daniel thanks for the hints. I gave the package a quick spin and found the fix for the getTiFileBytes method in your "older" patch package. It gets to the linking part and fails there (as you said) as it assumes a linux environment. I can fix that.
I'll try updating to v3 next, to see, if the device is gets detected by the native OS X drivers. If that works (and I can get rid of the unofficial/crappy OS X drivers), I'll spend more time with the v3 tilib Best Matthias On Jan 17, 2012, at 8:58 PM, Daniel Beer wrote: > 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