This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Instructions for Fundamentals training presentation no good on Mac OS X

Other Parts Discussed in Thread: MSP430F5529

I'm using the CCSv6.1 Mac OS X beta to try to run the training materials for the MSP430F5529 Launch Pad (processors.wiki.ti.com/.../CCS_Fundamentals_Workshop.  The Materials section directions say:

"The presentation assumes the lab zip file is extracted in the root C: drive"

Obviously that can't be done on a Mac. So where do I unzip the lab zip file?

Thanks.

Leo

  • Hi,

    >>So where do I unzip the lab zip file?
    I see a similar issue with Linux. However, it is really not hard to simply unzip the file anywhere else in your system and mentally change the paths from C:\ to /<whatever_you_unzipped_it> (I use /home/user/workshop in Linux).

    The only major issue is with the compiler selection mentioned in slides 43~45. Linux version has older versions of the compiler (although not the identical 3.3.2 mentioned in the labs) via the Updates menu, but I am unsure if there is the same selection in the Mac OS X version.

    --Cheers