ホーム › フォーラム › Texas Instruments › 開発環境 › Code Composer Studio › CCS v.7 インストール時エラー(MacOS)
このトピックには2件の返信が含まれ、2人の参加者がいます。5 年、 7 ヶ月前に am79q021 さんが最後の更新を行いました。
-
投稿者投稿
-
CCS v.7 インストール時エラー(MacOS)
お世話になります。
CCS7.4.0.00015をインストールしようとするのですが、以下のメッセージが表示されて進めません。
SSL channel “sock102183790”: error: tlsv1 alert protocol version
SSL channel “sock102183790”: error: tlsv1 alert protocol versionオフラインインストールを行ってます。
MacOSは、バージョン 10.14.4 Mojaveになります。解決方法がありましたら教えてください。
よろしくお願いします。am79q021さん
CCSをMacOSへオフラインインストールを実施する際に、管理者権限のアカウントで実施されておりますでしょうか。管理者権限を持っていないアカウントでインストールされる場合、以下のコマンドによりファイル属性を変更してインストールする必要があるとのことです。
xattr -r -d com.apple.quarantine ccs_setup_7.1.0.00016.app
(ファイル名はインストールされるファイル名に変更ください)変更されない場合はオフラインファイルが参照できず、オンラインインストーラとして動作するとのことです。
以下、CCSのダウンロードサイトに記載されております注意文を記載させていただきますので、合わせてご確認ください。
Mac Users Please note that only microcontroller and connectivity devices are supported on Mac. Processors devices are not support. See MacOS Host Support CCSv8 for more information. <span style=”text-decoration: underline;”>Also if you do not have adminstrative rights on your Mac then you will need to run the installer with a command that looks like this: xattr -r -d com.apple.quarantine ccs_setup_7.1.0.00016.app (replace the filename with the version you are using). If you do not do that then MacOS will copy the executable to another folder and run it from there, as a result the installer will not be able to find the offline files and will run as a web installer.</span>
http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v7#Download
ご確認のほど、よろしくお願いいたします。
ご連絡ありがとうございます。以下コマンドを入力することでインストール出来ました。
S15255:CCS7.4.0.00015_osx txxxxx$ xattr -r -d com.apple.quarantine ccs_setup_7.4.0.00015.app
S15255:CCS7.4.0.00015_osx txxxxx$ -
投稿者投稿