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.

C2000WARE: Installation on macOS Catalina

Part Number: C2000WARE

I have tried installing C2000WARE 2.00.00.03 on a MacBook running macOS Catalina without success.

First, macOS stopped me from executing the installer, warning it came from an unknown source. Going to Security & Privacy settings and overriding this warning solved this part.

However, it then apparently did nothing when I tried running C2000Ware_2_00_00_03_setup. Trying to run it on Terminal returned an error:

LSOpenURLsWithRole() failed with error -10810 for the file /Users/andrerc/C2000Ware_2_00_00_03_setup.app.

I also tried running C2000Ware_2_00_00_03_setup.app/Contents/MacOS/installbuilder.sh, which returned the following error:

./C2000Ware_2_00_00_03_setup.app/Contents/MacOS/installbuilder.sh: line 18: ./C2000Ware_2_00_00_03_setup.app/Contents/MacOS/osx-intel: Bad CPU type in executable

Additionally, I tried running xattr -r -d com.apple.quarantine C2000Ware_2_00_00_03_setup.app, but that didn't change any of the reported outcomes.

  • hi,

    You have to enable installation from anyway on MAC for it to be able to be installed. If not you get a message that says it can’t be opened because it is from an unidentified developer.  Overriding this warning might not be the best solution.

    Type the following command in the Terminal and then try installing:

    sudo spctl --master-disable

    Regards.

  • Hello,

    Thank your for your answer. Unfortunately, this didn't solve the issue.

    I typed sudo spctl --master-disable (and verified its effect as the setting "Allow apps downloaded from: Anywhere" appeared and was selected in the Security & Privacy window), but the error message I get when opening the C2000Ware setup did not change.

  • I am having the same problem here... I get the "bad CPU type in executable" error.

    My workaround was a little awkward and utilizes the simplicity of C2000ware being mostly .c /.h library folders. Solution: I found a mojave computer, ran the install, and then copy the c2000 folder into my catalina machine from Mojave... The alternative is downgrading from Catalina to Mojave, but I didn't like that solution as it takes too long and a lot of time setting up everything again. 

    My temporarily solution also has the drawback that I won't be getting updates on C2000 automatically.

    It would be nice if TI found a more permanent and robust fix.

  • Hi Andre,

    I checked around and it seems it could be to do with the latest MAC OS Catalina. 

    We will need to make some updates to the installer to get this " unknown source" error resolved.

    We plan to get this done by end of this quarter.

    For now you can make use of the workaround  suggested or look at using a non- MAC OS machine.

    Regards.

  • /C2000Ware_2_00_00_03_setup.app/Contents/MacOS
    $file osx-intel osx-intel: Mach-O executable i386

    this is not the permission issue. it is because that MacOS Catalina stop the support of 32bit application.