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.

TUSB3410: Mac OS X driver - building with Xcode 8

Part Number: TUSB3410

Hi,

I am trying to build the TUSB3410 Mac driver, following the instructions found in this thread:

https://e2e.ti.com/support/interface/digital_interface/f/130/t/250900

I am using xCode 8 on OS X 10.12 (Sierra), and I am having difficulties finding the correct compiler settings.  If I use the original settings in TIUMPSerial.xcodeproj, the first warning that I get is:

Invalid C/C++ compiler in target TIUMPDriver Universal: 4.0

If I set all of the compiler choice to "Default Compiler (Apple LLVM 8.0)", I get the following errors:

Unsupported compiler '4.2' selected for architecture 'x86_64'

Unable to determine concrete GCC compiler for file /Users/davidg/Dropbox/work-db/programmingProjects/macSpec/TI_USBdriver/UMPSerialDriver.cpp of type sourcecode.cpp.cpp.

Unable to determine concrete GCC compiler for file /Users/davidg/Dropbox/work-db/programmingProjects/macSpec/TI_USBdriver/TIUMPPrimitives.cpp of type sourcecode.cpp.cpp.

Unable to determine concrete GCC compiler for file /Users/davidg/Library/Developer/Xcode/DerivedData/TIUMPSerial-hkovzvjhjrcfycgbekzhgdtgdcud/Build/Intermediates/TIUMPSerial.build/Debug/TIUMPDriver Universal.build/DerivedSources/TIVCPSerial_info.c of type sourcecode.c.c.

I get the same results if the Architecture settings are set to any of the menu options. 

Any help or suggestions would be greatly appreciated.

David