Logo
  • はじめに
    • コーディングからシステム評価まで便利に使えるSOLID
      • コーディング
      • 机上デバッグ
      • 実機デバッグ
      • システム評価
    • SOLID の機能
      • Visual Studio Shell ベースの IDE
      • RTOS TOPPERS
      • GCC/Clang コンパイラ
      • メモリ管理機能
      • ELF ローダー
      • ソースコード静的解析
      • 豊富な実行トレース機能
      • アドレスサニタイザ
      • スレッドサニタイザ
      • QEMUエミュレータによるオフターゲット開発
      • Rust言語でのアプリ開発が可能
  • セットアップ
    • インストール
      • SOLID インストーラの入手
      • SOLID インストーラの起動
      • SOLID本体のインストール
      • Visual Studio 2015 Update 3 のインストール
      • ツールチェーンのアップデートについて
      • SOLID for AArch64 について
      • SOLID for RISCV について
    • ライセンスの登録
      • SOLID-IDE の起動
      • 接続するPARTNER-Jet2の選択
      • ライセンスキーの登録
      • ライセンスの確認
  • ユーザーガイド
    • ツールチェーンの指定
      • プロジェクト単位の指定
      • IDE起動時などに指定
      • ソリューション単位の指定
        • 全ての環境でs002を指定する場合
        • プラットフォームごとに別のツールチェーンを指定する場合
      • デフォルトツールチェーンの変更
    • ツールチェーンの変更
      • 概要
      • 設定方法
    • コマンドラインでのビルド
    • MSBuildによるコマンドラインビルド
      • 実行前の設定
        • 環境変数の設定
        • ソリューションファイルの拡張子変更
      • ビルドの実行
      • ビルド実行バッチのサンプル
    • PARTNERコマンドウインドウ
      • 現在 PARTNERコマンドウインドウでサポートされているコマンド
      • PARTNERコマンドウインドウの起動
      • デバッグ中のI/Oアクセス (PI/PO コマンド)
        • 概要
        • 使い方
        • 使用例
        • 指定可能なオプションについて
      • デバッグ中のシステムレジスタアクセス (PIS/POS コマンド)
        • 概要
        • 使い方
        • 使用例
        • 使用可能なレジスタ名
      • メモリのダンプ (D コマンド)
        • 概要
        • 使い方
        • 使用例
        • 指定可能なオプション
      • ファイルからターゲットメモリに読み込む (RD コマンド)
        • 概要
        • 使い方
        • 使用例
        • 使用可能なオプション
      • ターゲットメモリのデータをファイルに書き出す (WR コマンド)
        • 概要
        • 使い方
        • 使用例
        • 使用可能なオプション
      • シンボルダンプ (X コマンド)
        • 概要
        • 使い方
        • 使用例
      • MMUに関連するレジスタの表示、アドレス変換情報表示 (MMU コマンド)
        • 概要
        • 使い方
        • 使用例
      • スナップショットファイルの作成 (WRSSHOT コマンド)
        • 概要
        • 使い方
        • 使用例
        • 使用可能なオプション
      • rootdir設定コマンド (ROOTDIR コマンド)
        • 概要
        • 使い方
        • 使用例
    • 静的解析
      • 概要
      • 使い方
      • 実行例
        • 1. Null pointer argument in call to string length function
        • 2. Undefined or garbage value returned to caller
        • 3. Division By Zero
    • アドレスサニタイザ
      • 概要
      • 使い方
        • アドレスサニタイザデモについて
        • 構成の変更と実行
        • ビルドと実行
        • バグの検出
      • アドレス設定と注意点
        • 監視領域について
        • アドレス設定について
    • スレッド競合検出
      • 概要
      • 使い方
        • 競合発生時の通知について
      • 注意
    • コードカバレッジ
      • 概要
      • 使い方
        • ソリューション構成
        • コードカバレッジの有効化
        • 実行
      • オーバーヘッドについて
    • プロファイルに基づく最適化(PGO)
      • 概要
      • 使い方
    • リンク時最適化(LTO)
      • 概要
      • 使い方
        • exeClangでLTOを使用する場合に必要なオプション
      • 制限事項
    • 例外処理
      • 例外発生時の動作
      • 例外発生時のレポート
        • データアボート
        • 未定義命令例外
        • プリフェッチアボート
      • 例外処理の変更
    • スタックフェンス
      • 概要
      • 使い方
    • 関数情報の表示
      • 概要
      • 使い方
        • ソリューション構成
        • 関数情報の表示の実行
        • 最大スタックサイズの予測
        • 関数情報についての注意点
    • 関数トレース
      • 概要
      • 準備
        • プロパティシート変更
        • メモリ領域の割り当て
        • インストルメンテーションの有効化
        • 関数へのパッチ適用
      • 実行と結果表示
      • その他の使い方
        • 特定の関数にパッチを当てる
        • パッチの無効化
      • 制限事項
    • イベントトラッカー
      • 概要
      • 使い方
        • イベントトラッカーを使用するための準備
        • イベントトラッカーの有効化
        • イベントトラッカーの API
        • 指定できる操作
        • SOLID_EVTTRK_Ctrl
        • 実行
        • 表示の線・マークの見方
        • 主な操作
      • 要実装関数
    • ハードウェアブレーク
      • 概要
      • 使用方法
      • 設定の変更
      • 設定項目
    • ハードウェアトレース
      • 概要
      • 利用可能なターゲット
      • 準備
        • ETBの設定
        • ETRの設定
      • トレースデータの参照
        • 逆アセンブル表示
        • 関数表示
        • 表示コアの切り替え
      • トレース設定
        • サイクルカウンタ
        • ストールモード(オーバーフロー抑制)
        • アドレス範囲
      • 参考
        • ETBとETRの比較
    • メモリマップの設定 (MMUの設定)
      • 概要
      • メモリマップデザイナ
      • メモリ領域の間の依存関係
      • リンカスクリプトとMMU設定の連携
      • SOLID MEM API
      • 用語
    • OS内部資源情報の表示
      • 使い方
      • 表示項目について
        • タスク
        • イベントフラグ
        • セマフォ
        • ミューテックス
        • データキュー
        • 優先度データキュー
        • 周期ハンドラ
        • アラームハンドラ
        • 固定長メモリプール
        • メールボックス
        • メッセージバッファ
      • 自動更新の停止
    • クラッシュダンプデバッグ
      • 概要
      • 使い方
        • スナップショットファイルの作成
        • スナップショット生成するサンプルコード(1)
        • スナップショット生成するサンプルコード(2)
        • スナップショットファイルの再生
      • 制限事項
    • ソリューションプロパティの変更
      • 概要
      • 使い方
        • プロパティシートを開く
        • プロパティの編集
        • プロパティの再読み込み
    • インクルードディレクトリの追加
      • 概要
      • 設定方法
    • プリプロセッサの定義を追加
      • 概要
      • 設定方法
    • ターミナル
      • 概要
      • 使い方
    • 実行コンテキスト情報の表示
      • 概要
      • 使い方
      • 実行例
    • 並列スタック
      • 概要
      • 使い方
      • 実行例
    • マクロ展開エクスプローラ
      • 概要
      • 使い方
      • 実行例
    • ライセンスの登録と確認
      • ライセンスダイアログの起動
      • ライセンスの登録
    • FreeRTOS対応
      • 概要
      • 制限事項
    • SOLID 3.5 への移行
      • 既存のプロジェクトやソリューション
      • 既存のソースコード
      • 拡張機能
      • スクリプト
  • SOLID-OS
    • 概要
      • 要実装関数
    • ブート
      • 本項
        • ブートローダーが存在する場合
        • ブートローダーが存在しない場合
      • 要実装関数
        • IMPL_BOOT_Init
        • IMPL_BOOT_GetArgument
        • IMPL_BOOT_GetCsInfo
        • IMPL_BOOT_LoadCs
      • SMP時の要実装関数
        • SOLID_BOOT_SMP_INFO
        • IMPL_BOOT_SMP_Init
    • Core Service
      • メモリ
        • API
        • SMP用API
        • 要実装関数
      • ベクタ
        • API
      • 割り込みコントローラ
        • API
        • SMP用API
      • I/Oリソースマネージャ
        • API
        • 要実装関数
      • タイマ
        • API
        • タイマの要実装関数
        • フリーランカウンタの要実装関数
      • ログ出力
        • API
        • 要実装関数
      • ローダー
        • API
      • アドレスサニタイザ
        • ASAN_ERROR_TYPE
        • ASAN_ERROR_INFO
        • ASAN_REPORT_FUNC
        • SOLID_ASAN_Enabled
        • SOLID_ASAN_RegisterReporter
      • ネットワーク
        • 概要
        • ネットワーク機能を利用するための設定
        • APIリファレンス
      • SOLID独自の型
        • エラーコード
        • SOLID_ADDRESS
        • SOLID_PHYADDRESS
        • SOLID_REGISTER
        • SOLID_CPU_CONTEXT
      • イベント通知
        • 要実装関数
      • ミューテックス
        • API
      • Real Time Clock
        • API
        • 要実装関数
      • DMAコントローラ
        • データタイプ
        • API
        • 要実装関数
      • ヒープ
        • API
      • デバッグ
        • VLINK関連API
        • デバッガ関連API
      • スナップショット
        • API
        • 要実装関数
      • SMP
        • API
      • 定義済みのメモリマップ名
      • 予約されている割込み
        • RZ/A1H Starter Kit
        • AG903 Starter Kit
    • ファイルシステム
      • 本項
        • ドライバの登録
        • FATファイルシステムドライバの登録
      • API
        • SOLID_FS_Open
        • SOLID_FS_Close
        • SOLID_FS_Read
        • SOLID_FS_Write
        • SOLID_FS_Lseek
        • SOLID_FS_Sync
        • SOLID_FS_Ftell
        • SOLID_FS_Feof
        • SOLID_FS_Fsize
        • SOLID_FS_Truncate
        • SOLID_FS_OpenDir
        • SOLID_FS_CloseDir
        • SOLID_FS_ReadDir
        • SOLID_FS_Stat
        • SOLID_FS_Unlink
        • SOLID_FS_Rename
        • SOLID_FS_Chmod
        • SOLID_FS_Utime
        • SOLID_FS_Mkdir
      • メモリファイルシステム
      • VLINKファイルシステム
    • ソケット
      • 概念
      • Sockets実装
      • 事前条件
      • POSIXとの差異
      • APIリファレンス
        • 基本的なデータ型
        • FD一般の操作
        • アドレスとプロトコル
        • ソケットの制御
        • ソケットデータ
        • ソケットオプション
        • I/O多重化
        • イベント通知
        • DNS
        • エラー
      • POSIX互換ラッパー
    • Kernel
      • SOLID-OSがサポートするCPU
      • サービスコール(API)仕様
        • TOPPERS/ASP3 リリースとの相違点
        • TOPPERS/FMP リリースとの相違点
        • TOPPERS/FMP3 リリースとの相違点
        • オリジナルTOPPERS仕様からの機能拡張一覧
        • SOLID-OS実装での制限事項(解消予定を含む)
      • カーネル起動パラメータの設定
        • 設定ファイルの編集 (ASP3)
        • 設定ファイルの編集 (FMP)
        • 設定ファイルの編集 (FMP3)
      • カーネルのメモリ管理について
        • カーネルのメモリ管理の概要
      • 外部リンク
    • ソリューションのプロパティ (カーネルコンフィグレーション等)
      • ソリューションのプロパティファイル
        • ソリューションのプロパティファイルの形式
      • ソリューションのプロパティ一覧
        • ソリューション全体に関するプロパティ
        • 基本動作に関するプロパティ
        • SOLIDの振る舞いに関するプロパティ
        • SOLID-OSの追加機能に関するプロパティ
        • カーネル選択のプロパティ
        • カーネルの振る舞いに関するプロパティ
        • カーネルの追加機能に関するプロパティ
        • ソリューション全体にかかるコンパイルオプション
      • BSPのプロパティファイル
        • BSPのプロパティファイルの形式
      • BSPで指定するプロパティ一覧
        • CPU種別
        • BSP ボード依存部の設定
        • BSP SOC依存部の設定
      • その他のコンパイルオプション
        • BOOT と COREサービス の両方に関するコンパイルオプション
        • BOOT に関するコンパイルオプション
        • COREサービス に関するコンパイルオプション
        • TOPPERSカーネル に関するコンパイルオプション
    • SOLIDインテリジェントローダー
      • SOLIDインテリジェントローダー概要
        • ローダーの機能
        • ローダーを使うメリット
        • 2種類のローダブルアプリケーション
      • ローダーを使った開発の流れ
        • ローダーを使った分散開発
        • 各分散拠点の担当作業
      • ローダブルアプリケーション開発環境の準備
        • 開発会社が準備すること(1)「最初にすること」
        • 開発会社が準備すること(2) 「コーディング&ビルドのための準備」
        • 開発会社が準備すること(3) 「デバッグするための準備」
        • 開発会社が準備すること(4) 「協力会社に提供する前の動作確認」
        • 開発会社が準備すること(5) 「シンボルのEXPORT/IMPORT」
      • SOLID独自形式/DLL形式のソリューションひな形作成
        • ローダブルアプリケーションのソリューション生成前に知っておくこと
        • SOLID独自形式/DLL形式ローダブルアプリケーションプロジェクトの作成
    • スタティックライブラリの作成
      • ウィザードの開始
      • ウィザードの設定
    • ダイアグ/プロファイル機能実装用途向け API
      • PMU インタフェース API
        • ソリューションプロパティ
        • サポートする PMU イベント
        • API
      • タスク実行時間取得 API (FMP/FMP3のみ)
        • ソリューションプロパティ
        • API
      • 割り込みハンドラ起動回数取得 API (FMP/FMP3のみ)
        • ソリューションプロパティ
        • API
      • 割り込みハンドラ実行時間取得API
        • ソリューションプロパティ
        • API
      • タスクスタック最大使用量取得API
        • ソリューションプロパティ
        • API
  • SOLID-IDE
    • 概要
      • はじめに
        • SOLID-IDEの起動
        • SOLID-IDE を使う上で必要な基本的概念や用語
        • SOLIDのソリューションを構成するファイル
        • プロジェクトの新規作成
      • 入力補完機能
        • 概要
        • 使い方
        • 使用例
      • バックグラウンドコンパイル
        • 概要
        • 使い方
    • ビルド
      • ビルド構成
      • ビルドエラーメッセージの出力方法制御
        • エラー一覧ウインドウを表示させる
        • ビルド時の出力メッセージを簡易に設定する
    • デバッグ
      • デバッグの設定
        • 起動する PARTNER-Jet2 の選択
    • プロジェクト管理
      • C/C++ プロジェクト
        • プロパティ ページ
    • リファレンス
      • よく使われる キーボードショートカット
      • コマンドラインスイッチ
        • スイッチの構文
        • コマンドラインスイッチ
      • SOLID-IDE メニュー構成
        • ファイルメニュー
        • 編集メニュー
        • 表示メニュー
        • プロジェクトメニュー
        • ビルドメニュー
        • デバッグメニュー
        • ツールメニュー
        • KMC(SOLID_V7A_ARM)
        • KMC(SOLID_V8A_AARCH64)
        • ウインドウメニュー
        • ヘルプメニュー
      • SOLID-IDE オプションメニューの主な設定項目
        • プロジェクトおよびソリューション
        • テキスト エディター
        • デバッグ
      • ユーザーインターフェース
        • メモリマップデザイナ
        • サイズ プロファイラー
        • MPU デザイナー
  • SOLID ツールチェーン
    • C/C++ の言語規格について
      • デフォルトの言語規格
        • exeGCC
        • exeClang
      • 言語規格の指定オプション
    • ライブラリの仕様
      • ライブラリの仕様(AArch64)
        • exeGCC for SOLID s005(AArch64)ライブラリ仕様
        • exeGCC for SOLID s006(AArch64)ライブラリ仕様
        • exeGCC for SOLID s007(AArch64)ライブラリ仕様
        • 検討中(将来)のライブラリ仕様変更(AARCH64)
      • ライブラリの仕様(ARM)
        • exeGCC for SOLID s002(ARM)ライブラリ仕様
        • exeGCC for SOLID s005(ARM)ライブラリ仕様
        • exeGCC for SOLID s006(ARM)ライブラリ仕様
        • exeGCC for SOLID s007(ARM)ライブラリ仕様
        • 検討中(将来)のライブラリ仕様変更(ARM)
      • ライブラリの仕様(RISC-V RV32/RV64 共通)
        • exeClang for SOLID s008(RISC-V RV32/RV64 共通)ライブラリ仕様
        • 検討中(将来)のライブラリ仕様変更(RISC-V)
    • SOLID が使用しているオプション
      • 全体オプション
        • GCC 専用オプション
        • Clang 専用オプション
      • ディレクトリオプション
      • プリプロセッサオプション
        • GCC 専用オプション
      • コンパイラオプション
        • C 言語オプション
        • C++ 言語オプション
        • 警告オプション
        • デバッグオプション
        • 最適化オプション
        • プログラムインストルメントオプション
        • コード生成オプション
      • リンカーオプション
      • ELF ローダー
        • コンパイラオプション
      • サニタイザ(Clang のみ)
      • コードカバレッジ(Clang のみ)
        • コンパイラオプション
      • プロファイルに基づく最適化(Clang のみ)
        • コンパイラオプション
      • リンク時最適化(Clang/lld のみ)
        • コンパイラオプション
        • リンカーオプション
      • XRay(Clang/lld のみ)
        • コンパイラオプション
    • 高度なオプション
      • GCC と Clang の共通オプション
        • 全体オプション
        • ディレクトリオプション
        • プリプロセッサオプション
        • コンパイラオプション
        • アセンブラオプション
        • リンカーオプション
      • GCC のみ指定可能なオプション
      • Clang のみ指定可能なオプション
    • Clang と GCC の主な相違点
      • コンパイラドライバ
      • 文字コード
      • pragma, attribute 拡張機能
      • -mthumb-interwork オプション
      • -marm オプション
      • specs ファイル
      • arm-*-eabi ターゲット時の enum サイズの仕様
    • ARM Compiler ツールチェーン(5 以前)との相違点
      • ワイド文字のサイズ
      • armcc のリンカ armlink の $$Sub$$ や $$Super$$ による既存関数のオーバーライド
      • __attribute__((at( ADDRESS ))) で変数を絶対アドレス ADDRESS に配置
      • armcc のイメージ変換ツール fromelf の scatter-loading 機能の様な複数バイナリの生成
      • armcc の付属ライブラリの _mutex_XXX のようなマルチスレッドアプリケーションにおけるロックをユーザー実装できる機能
    • サンプルコード
      • 標準入出力先をシリアルコンソールに設定する方法
      • #pragma STDC FENV_ACCESS のサンプルコード
      • #pragma STDC FP_CONTRACT のサンプルコード
      • マルチバイト文字列とワイド文字列の相互変換サンプルコード
        • ワイド文字列からマルチバイト文字列への変換
        • uchar.h を使用したサンプルコード
    • マルチコンテキスト対応(exeGCC)
      • errno のマルチコンテキスト対応
      • malloc() 系関数のマルチコンテキスト対応
      • VLINK のマルチコンテキスト対応
    • ツールチェーン更新履歴
      • exeGCC と exeClang の相違点
      • ツールチェーン更新履歴(ARM)
        • s007
        • s006
        • s005
        • s002
        • s001
      • ツールチェーン更新履歴(AArch64)
        • s007
        • s006
        • s005
        • s003
        • s002
      • ツールチェーン更新履歴(RISC-V)
        • s008
    • ツールチェーンのライセンスについて
      • The copyright of SOLID toolchain libraries
        • The copyright of exeGCC s002 libraries
        • The copyright of exeGCC s005 libraries
        • The copyright of exeGCC s006 libraries
        • The copyright of exeGCC s007 libraries
        • The copyright of exeClang s008 libraries
      • The copyright of SOLID toolchain libraries (detail)
        • The copyright of exeGCC s002 libraries (detail)
        • The copyright of exeGCC s005 libraries (detail)
        • The copyright of exeGCC s006 libraries (detail)
        • The copyright of exeGCC s007 libraries (detail)
        • The copyright of exeClang s008 libraries (detail)
      • The NetBSD Project
      • LLVM/Clang Project
        • LLVM/Clang Project(8.0 以前)
        • LLVM/Clang Project(9.0 以降)
      • GNU Project
    • コンパイラやシミュレータをコマンドラインで使用する方法
      • コンパイラをコマンドラインで使用する方法
        • コマンドラインに使用可能な環境変数
      • SOLID_QEMU をコマンドラインで使用する方法
        • RISC-V
    • Appendix
      • exeGCC について
        • exeGCC という名前について
        • exeGCC4 というバージョンについて
        • exeGCC の各製品バージョンの概要
        • 参考サイト
      • NetBSD libc を選択した理由
        • libc を自社開発からオープンソースに移行した理由
        • 歴史的な理由
        • NetBSD libc はこれらの要件全てを満たしていました
        • 他の候補との比較
      • KMC 独自のコンパイラ修正について(exeGCC)
        • GCC/Clang 共通の修正
        • GCC のみの修正
        • Clang のみの修正
      • exeClang 付属ライブラリの LTO サポートについて
        • exeGCC の LTO サポートについて
        • exeClang の LTO サポートについて
        • exeGCC では困難だった理由の詳細
  • SOLID-Rust
    • チュートリアル
      • SOLID-Rustのインストール
        • インストーラの入手
        • インストーラの起動とインストール実行
      • Rustのプロジェクトを追加する
      • Rustタスクを追加する
      • モジュールを追加する
        • ルートモジュール
        • インラインモジュール
        • 非インラインモジュール
        • 孫モジュール
        • さらに詳しく
      • crates.ioからパッケージを追加する
        • さらに詳しく
      • TOPPERS APIを使用する (方法1)
        • さらに詳しく
      • TOPPERS APIを使用する (方法2)
        • さらに詳しく
      • TOPPERS APIを使用する (方法3)
      • パニック原因を調査する
    • Rustエコシステム
      • Rustツールチェーン
        • チャンネル
        • Unstable features
      • SOLIDターゲット
        • target_os = "solid_asp3"
        • Tier 3ターゲット
      • Rust標準ライブラリ
        • 主な注意事項
        • 安全性
        • スレッド
        • TLS (スレッドローカル格納域)
        • システムエラー
        • 同期プリミティブ
        • 動的メモリ割り当て
        • カーネルAPIとのインタラクション
        • 環境変数
        • std::collections::{HashMap, HashSet}
        • 時刻
        • 標準入出力
        • ファイルシステム
        • ネットワーク
        • パニック
        • その他
        • サブプロセス
        • バックトレース
        • スタートアップコード
      • Rust更新履歴
        • nightly-2022-10-30
        • nightly-2022-10-25
        • nightly-2022-09-18
        • nightly-2022-08-12
        • nightly-2022-08-06
        • nightly-2022-07-26
        • nightly-2022-06-27
        • nightly-2022-06-25
        • nightly-2022-06-20
        • nightly-2022-06-05
        • nightly-2022-05-15
        • nightly-2022-03-15
        • nightly-2022-02-27
        • nightly-2022-02-20
        • nightly-2022-02-16
        • nightly-2022-02-14
        • nightly-2022-02-12
        • nightly-2022-01-30
        • nightly-2021-11-05
      • Cargoパッケージマネージャ
        • crates.io
        • crates.io外のパッケージを利用する
        • パッケージのバージョン指定
        • SOLIDサポートパッケージ
      • Cargoパッケージの例
        • libc
        • cc
        • rand
        • getrandom
        • log
        • serde
        • rayon
        • spin
    • プロジェクトの設定
      • 全般セクション
        • 設定項目
      • exeGCCセクション
        • 設定項目
      • Cargoビルド構成セクション
        • 設定項目
        • 詳細
  • ベアメタル
    • チュートリアル
      • ベアメタル向けのアプリケーションプロジェクトを作成する
        • プロジェクトの作成
        • ベアメタルテンプレート独自の動作
      • ベアメタル向けのライブラリプロジェクトを追加する
        • プロジェクトの作成
        • ビルド順序を設定する
        • ベアメタルテンプレート独自の動作
  • シミュレータ
    • チュートリアル
      • シミュレータ環境のインストール
        • インストーラの入手
        • インストーラの起動とインストール実行
      • サンプルプロジェクトの実行
        • ファイルの取得
        • ソリューションのビルド
        • デバッグの開始
        • サンプルの動作について
        • デバッグ実行の様子
    • ハードウェア構成
      • シミュレータ付属仮想ボードについて
        • 搭載されている部品
        • 仮想ボードの種類について
        • メモリマップ
        • ハードウェア構成の変更について
        • UARTチャネル数の変更
        • 標準添付の仮想ボード(仮想ハードウェア)以外について
  • トラブルシューティング
    • PARTNER(ARM)が起動できない
      • 現象
      • 原因
      • 解決方法
    • ビルドが実行できない
      • 現象
      • 原因
      • 解決方法
    • 新規プロジェクトの作成ができない
      • 現象
      • 原因
      • 解決方法
    • リンク時に警告が出るようになった
      • ツールチェーンをs001に戻す場合
    • ソリューションファイルが関連付けられない
      • 現象
      • 解決方法
    • デバッグ時の動作が遅い
      • 現象
      • 原因
      • 解決方法
    • Visual Studio 2013 Update 5 のインストールに失敗する
      • 現象
      • 原因
      • 解決方法
    • ビルドが "No such file or directory" エラーで失敗する
      • 現象
      • 原因
      • 解決方法
    • Rust: ビルドが "No such file or directory" エラーで失敗する
      • 現象
      • 原因
      • 解決方法
  • FAQ
  • リリースノート
    • SOLID 4.0.0 (2025-02-26)
    • SOLID-RISCV 1.0.0 (2025-02-26)
    • SOLID 3.5.0 (2024-03-13)
    • SOLID-Rust (2024-03-13)
    • SOLID 3.3.0 (2023-12-20)
    • SOLID 3.2.0 (2023-03-24)
    • SOLID 3.1.0 (2022-10-27)
    • SOLID-AArch64 3.1.0 (2022-10-27)
    • SOLID-Rust 1.1.0 (2022-10-27)
    • SOLID-QEMU 1.1.1 (2022-02-25)
    • SOLID 3.0.0 (2022-02-17)
    • SOLID 2.2.0 (2021-11-08)
    • SOLID-QEMU 1.1.0 (2021-11-08)
    • SOLID 2.1.0 (2021-08-06)
    • SOLID 2.0.0 (2020-11-27)
    • SOLID 1.4.0 (2019-10-31)
    • SOLID 1.3.0 (2019-04-15)
    • SOLID 1.2.0 (2018-09-07)
    • SOLID 1.1.3.1 (2018-04-25)
    • SOLID 1.1.3 (2018-04-16)
    • SOLID 1.1.2 (2017-12-01)
    • SOLID 1.1.1 (2017-09-11)
    • SOLID 1.1.0 (2017-07-18)
    • SOLID 1.0.1 (2017-06-26)
    • SOLID 1.0.0 (2017-06-16)
  • マニュアル更新履歴
    • 2025-04-18
    • 2024-10-02
    • 2024-09-27
    • 2024-09-01
    • 2024-06-17
    • 2024-03-13
    • 2023-12-19
    • 2023-12-15
    • 2023-12-14
    • 2023-12-12
    • 2023-12-08
    • 2023-10-12
    • 2023-09-22
    • 2023-09-19
    • 2023-08-28
    • 2023-05-29
    • 2023-03-31
    • 2023-03-24
    • 2023-01-06
    • 2022-06-20
    • 2022-06-16
    • 2022-05-11
    • 2022-04-06
    • 2022-04-05
    • 2022-03-25
    • 2022-03-24
    • 2022-03-16
    • 2022-03-15
    • 2022-03-09
    • 2022-03-08
    • 2022-03-02
    • 2022-03-01
    • 2022-02-25
    • 2022-02-16
    • 2022-02-15
    • 2022-02-14
    • 2022-02-10
    • 2022-02-07
    • 2021-12-01
    • 2021-11-12
    • 2021-10-26
    • 2021-10-01
    • 2021-09-22
    • 2021-09-08
    • 2021-09-03
    • 2021-08-05
    • 2021-07-06
    • 2021-06-10
    • 2021-06-01
    • 2021-05-31
    • 2021-05-20
    • 2020-12-18
    • 2020-12-16
    • 2020-12-08
    • 2020-12-04
    • 2020-12-01
    • 2020-03-12
    • 2019-10-31
    • 2019-04-15
    • 2019-04-09
    • 2019-03-18
    • 2018-12-28
    • 2018-11-19
    • 2018-09-11
    • 2018-09-07
    • 2018-04-16
    • 2017-12-01
    • 2017-09-11
    • 2017-07-17
    • 2017-07-10
    • 2017-06-28
    • 2017-06-23
    • 2017-06-21
    • 2017-06-16
  • Open Source Software used in SOLID
    • SOLID-OS
      • compiler-rt (LLVM project)
      • lwIP
      • OpenCSD
    • SOLID-IDE
      • LLVM/Clang Project
        • LLVM/Clang Project(8.0 以前)
        • LLVM/Clang Project(9.0 以降)
      • Boost
      • FatFS
      • FlatBuffers
      • LZ4
      • nanomsg
      • WhackWhackTerminal
      • node-pty
      • xterm.js
      • accepts
      • after
      • async-limiter
      • base64id
      • component-emitter
      • cookie
      • debug
      • engine.io
      • engine.io-parser
      • has-binary2
      • isarray
      • mime-db
      • mime-types
      • ms
      • negotiator
      • safe-buffer
      • socket.io
      • socket.io-adapter
      • socket.io-client
      • socket.io-parser
      • ultron
      • ws
      • VS-PPT
      • Json.NET
      • bloaty
      • walk
      • Live-Charts
      • MSAGL
      • squirrel
      • Node.js
      • Libelfin
      • JSON for Modern C++
      • python
      • asn1
      • node-bindings
      • safer-buffer
      • semver
      • Node Serialport
      • SSH.NET
      • ssh2
      • ssh2-streams
      • streamsearch
      • NJsonSchema
      • json-editor
      • foundation
      • markdeep
      • OxyPlot
      • OpenCSD
      • Rust
      • Prism Library
      • ReactiveProperty
    • Toolchain
      • ツールチェーンのライセンスについて
        • The copyright of SOLID toolchain libraries
        • The copyright of SOLID toolchain libraries (detail)
        • The NetBSD Project
        • LLVM/Clang Project
        • GNU Project
  • スターターキット
    • スターターキットについて
      • RZA1H スターターキットの内容物
        • 同梱物全体
        • 名称と数量
      • AG903 スターターキットの内容物
        • 同梱物全体
        • 名称と数量
    • チュートリアル
      • SOLID-SDK/BSP のインストール
        • インストーラの入手
        • インストーラの起動
        • SOLID-SDKのインストール
        • BSPのインストール
        • インストールの完了
      • ハードウェアのセットアップ (AG903)
        • Jet2本体とボードの接続
        • ボードへの電源の接続
        • ボードとPCの接続
        • PARTNER-Jet2本体とPC間の接続
      • ハードウェアのセットアップ (RZ/A1H)
        • Jet2本体とボードの接続
        • ボードとPCの接続
        • PARTNER-Jet2本体とPC間の接続
      • サンプルアプリケーションの実行
        • プロジェクト新規作成ウィザードの開始
        • プロジェクトの種類の選択
        • SOLIDバージョンの選択
        • 使用するBSPとサンプルの選択
        • ウィザードの完了
        • プロジェクトのビルド
        • デバッグの開始
    • ユーザーガイド
      • 新規プロジェクトの作成
        • 概要
        • 作成方法
      • スタティックライブラリの作成
        • 概要
        • 作成方法
      • サンプルアプリケーションについて
        • サンプルアプリケーションの種類
        • ビルド方法
    • リリースノート (スターターキット)
      • SOLID BSP AG903 2.0.1 (2018-09-11)
      • SOLID BSP RZA1H 2.0.1 (2018-09-11)
      • SOLID SDK 2.0.0 (2018-09-07)
        • 機能追加/変更
      • SOLID BSP AG903 2.0.0 (2018-09-07)
        • 機能追加/変更
      • SOLID BSP RZA1H 2.0.0 (2018-09-07)
      • SOLID SDK 1.0.1 (2017-07-10)
        • 機能追加/変更
        • 不具合修正
      • SOLID BSP AG903 1.0.1 (2017-07-10)
        • 機能追加/変更
        • 不具合修正
      • SOLID BSP RZA1H 1.0.1 (2017-07-10)
      • SOLID 1.0.0 (2017-06-16)
  • 索引
SOLID
  • SOLID ツールチェーン
  • ツールチェーンのライセンスについて
  • The copyright of SOLID toolchain libraries
  • The copyright of exeGCC s006 libraries
Previous Next

The copyright of exeGCC s006 libraries

exeGCC uses GCC's header files and runtime libraries
  (libgcc, libstdc++ and libgcov),
  a part of NetBSD and LLVM's compiler-rt library.

exeClang uses Clang's header files and LLVM's runtime libraries
  (compiler-rt, libunwind, libcxxabi and libcxx), a part of NetBSD
  (and does *NOT* use *ANY* GCC's header files and runtime libraries).

AArch64 target uses a part of cortex-strings library
(only Linaro-authored routines and ARM-authored routines which distributed under the modified BSD license).

ARM target's libc_tiny uses a part of MUSL libc which distributed under the MIT license.

KMC(Kyoto Micro Computer Co.,LTD.)'s copyrighted files conform to the following NetBSD license.

/*-
 * Copyright (c) 2008 The NetBSD Foundation, Inc.
 * All rights reserved.
 *
 * This code is derived from software contributed to The NetBSD Foundation
 * by 
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 *
 * Copyright (c) 1992, 1993 The Regents of the University of California.  All rights reserved.
 * (c) UNIX System Laboratories, Inc.
 * Copyright (c) 1989, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1994 The Regents of the University of California.   All rights reserved.
 * Copyright (c) 1989 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 2010 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2000 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2001 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1988, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1991, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1996 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2001, 2008 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1990, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1998 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c)1999 Citrus Project,  All rights reserved.
 * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2012 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1998, 2001 Ben Harris
 * Copyright (c) 1994-1996 Mark Brinicombe.
 * Copyright (c) 1994 Brini.  All rights reserved.
 * Copyright (c) 1990 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1997, 1999, 2002 The NetBSD Foundation, Inc.   All rights reserved.
 * Copyright (c) 2014 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1988 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1994,1995 Mark Brinicombe.  All rights reserved.
 * Copyright (c) 2008 ARM Ltd  All rights reserved.
 * Copyright (c) 2004 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2006, 2011 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2006 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2007 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2007, 2010 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1995, 1996 Carnegie-Mellon University.  All rights reserved.
 * Copyright (c) 1987, 1991, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
 * Copyright (c) 1994 Winning Strategies, Inc.  All rights reserved.
 * Copyright (c) 1982, 1986, 1989, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1999, 2000, 2001, 2002, 2007, 2008 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1982, 1986, 1991, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 2002 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1982, 1986, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1982, 1986, 1991, 1993, 1994 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 2013 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1997 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2001 Christopher Gilbert  All rights reserved.
 * Copyright 2003 Wasabi Systems, Inc.  All rights reserved.
 * Copyright (c) 2002 ARM Ltd  All rights reserved.
 * Copyright (c) 1995 Mark Brinicombe.
 * Copyright (c)2003 Citrus Project,  All rights reserved.
 * Copyright (c) 2005 The DragonFly Project.  All rights reserved.
 * Copyright (c) 2003, 2008 Citrus Project,  All rights reserved.
 * Copyright (c)1999, 2000, 2001, 2002 Citrus Project,  All rights reserved.
 * Copyright (c)2002 Citrus Project,  All rights reserved.
 * Copyright (c)2008 Citrus Project,  All rights reserved.
 * Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG>  All rights reserved.
 * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>  All rights reserved.
 * Copyright (c) 2003 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2011 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2014 Joerg Sonnenberger <joerg@NetBSD.org>.  All rights reserved.
 * Copyright (c) 1999 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1994, 1995 Carnegie-Mellon University.  All rights reserved.
 * Copyright (c) 1997 Christos Zoulas.  All rights reserved.
 * Copyright (c) 1997-2004 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1997, 1998, 2003 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG>  All rights reserved.
 * Copyright (c) 1985, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 2007 Steven G. Kargl  All rights reserved.
 * Copyright (c) 2004 Matthias Drochner.  All rights reserved.
 * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG>  All rights reserved.
 * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>  All rights reserved.
 * Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG>  All rights reserved.
 * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG>  All rights reserved.
 * Copyright (c) 2007 David Schultz <das@FreeBSD.ORG>  All rights reserved.
 * Copyright (c) 2007 David Schultz  All rights reserved.
 * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG>  All rights reserved.
 * Copyright (c) 2003, Steven G. Kargl  All rights reserved.
 * Copyright (c)2002 YAMAMOTO Takashi,  All rights reserved.
 * Copyright (c) 2010 Citrus Project,  All rights reserved.
 * Copyright (c)2008, 2011 Citrus Project,  All rights reserved.
 * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org>  All rights reserved.
 * Copyright (c)2002, 2008 Citrus Project,  All rights reserved.
 * Copyright (c) 2002 Tim J. Robbins  All rights reserved.
 * Copyright (c)2006 Citrus Project,  All rights reserved.
 * Copyright (c)2001 Citrus Project,  All rights reserved.
 * Copyright (c) 2009 The NetBSD Foundation, Inc.
 * Copyright (c) 2002-2004 Tim J. Robbins.  All rights reserved.
 * Copyright (c) 2002 Tim J. Robbins.  All rights reserved.
 * Copyright (c)2007, 2010 Takehiko NOZAKI,  All rights reserved.
 * Copyright (c) 2005 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1987, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1990, 1993, 1994 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>  All rights reserved.
 * Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1993 Martin Birgmeier  All rights reserved.
 * Copyright (c) 1987, 1993, 1994 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 2001 Christopher G. Demetriou  All rights reserved.
 * Copyright (c) 1997, 1998, 1999, 2002 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 2008 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1990, 1993 The Regents of the University of California.  Aimax rights reserved.
 * Copyright (c) 1993 John Brezak  All rights reserved.
 * Copyright (c) 2009 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1990 Regents of the University of California.  All rights reserved.
 * Copyright (c) 2011 David Chisnall  All rights reserved.
 * Copyright (c) 1983, 1993 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 2001-2002,2004 The NetBSD Foundation, Inc.  All rights reserved.
 * Copyright (c) 1991, 1993, 1994 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org>  All rights reserved.
 * Copyright (c) 1994 The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1999 David E. O'Brien
 * Copyright (c) 2009 David Schultz <das@FreeBSD.org>  All rights reserved.
 * Copyright (c) 2008 Joerg Sonnenberger  All rights reserved.
 * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
 * Copyright (c) 1988 Regents of the University of California.  All rights reserved.
 * Copyright (C) 2006 Aleksey Cheusov
 * Copyright (c) 2011 Joerg Sonnenberger,  All rights reserved.
 * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>  All rights reserved.
 * Copyright (c)1999,2001 Citrus Project,  All rights reserved.
 * Copyright (c) 1998 Softweyr LLC.  All rights reserved.
 * Copyright (c) 2011, 2012 ARM Ltd  All rights reserved.
 * Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> All rights reserved.
 * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
 * Copyright (c) 2013 Advanced Computing Technologies LLC Written by: John H. Baldwin <jhb@FreeBSD.org>
 *   All rights reserved.
 * Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. All rights reserved.
 * Copyright (c) 2015 The NetBSD Foundation, Inc. All rights reserved.
 */

/* We think that the above NetBSD License (The 2-Clause BSD License)
     is 100% consistent with this FreeBSD License. */
/* Copyright (c) 2017  SiFive Inc. All rights reserved.

   This copyrighted material is made available to anyone wishing to use,
   modify, copy, or redistribute it subject to the terms and conditions
   of the FreeBSD License.   This program is distributed in the hope that
   it will be useful, but WITHOUT ANY WARRANTY expressed or implied,
   including the implied warranties of MERCHANTABILITY or FITNESS FOR
   A PARTICULAR PURPOSE.  A copy of this license is available at
   http://www.opensource.org/licenses.
*/

/*
===============================================================================

This C header file is part of the SoftFloat IEC/IEEE Floating-point
Arithmetic Package, Release 2a.

Written by John R. Hauser.  This work was made possible in part by the
International Computer Science Institute, located at Suite 600, 1947 Center
Street, Berkeley, California 94704.  Funding was partially provided by the
National Science Foundation under grant MIP-9311980.  The original version
of this code was written as part of a project to build a fixed-point vector
processor in collaboration with the University of California at Berkeley,
overseen by Profs. Nelson Morgan and John Wawrzynek.  More information
is available through the Web page `http://HTTP.CS.Berkeley.EDU/~jhauser/
arithmetic/SoftFloat.html'.

THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE.  Although reasonable effort
has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT
TIMES RESULT IN INCORRECT BEHAVIOR.  USE OF THIS SOFTWARE IS RESTRICTED TO
PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ANY
AND ALL LOSSES, COSTS, OR OTHER PROBLEMS ARISING FROM ITS USE.

Derivative works are acceptable, even for commercial purposes, so long as
(1) they include prominent notice that the work is derivative, and (2) they
include prominent notice akin to these four paragraphs for those parts of
this code that are retained.

===============================================================================
*/

/****************************************************************
Copyright (C) 1997, 1998 Lucent Technologies
All Rights Reserved

Permission to use, copy, modify, and distribute this software and
its documentation for any purpose and without fee is hereby
granted, provided that the above copyright notice appear in all
copies and that both that the copyright notice and this
permission notice and warranty disclaimer appear in supporting
documentation, and that the name of Lucent or any of its entities
not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.

LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.

Copyright (C) 1998 by Lucent Technologies  All Rights Reserved
Copyright (C) 1998, 1999 by Lucent Technologies  All Rights Reserved
Copyright (C) 1998, 2000 by Lucent Technologies  All Rights Reserved
Copyright (C) 2000 by Lucent Technologies  All Rights Reserved
Copyright (C) 2005 by David M. Gay  All Rights Reserved
Copyright (C) 1998-2001 by Lucent Technologies  All Rights Reserved
Copyright (C) 2004 by David M. Gay.  All Rights Reserved
Copyright (C) 1998-2000 by Lucent Technologies  All Rights Reserved
****************************************************************/

/*
 * ====================================================
 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
 *
 * Developed at SunPro, a Sun Microsystems, Inc. business.
 * Permission to use, copy, modify, and distribute this
 * software is freely granted, provided that this notice
 * is preserved.
 * ====================================================
 */

/*
 * ====================================================
 * Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
 *
 * Permission to use, copy, modify, and distribute this
 * software is freely granted, provided that this notice
 * is preserved.
 * ====================================================
 */

/*
===============================================================================

This C source file is part of the SoftFloat IEC/IEEE Floating-Point
Arithmetic Package, Release 2a.

Written by John R. Hauser.  This work was made possible in part by the
International Computer Science Institute, located at Suite 600, 1947 Center
Street, Berkeley, California 94704.  Funding was partially provided by the
National Science Foundation under grant MIP-9311980.  The original version
of this code was written as part of a project to build a fixed-point vector
processor in collaboration with the University of California at Berkeley,
overseen by Profs. Nelson Morgan and John Wawrzynek.  More information
is available through the Web page `http://HTTP.CS.Berkeley.EDU/~jhauser/
arithmetic/SoftFloat.html'.

THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE.  Although reasonable effort
has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT
TIMES RESULT IN INCORRECT BEHAVIOR.  USE OF THIS SOFTWARE IS RESTRICTED TO
PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ANY
AND ALL LOSSES, COSTS, OR OTHER PROBLEMS ARISING FROM ITS USE.

Derivative works are acceptable, even for commercial purposes, so long as
(1) they include prominent notice that the work is derivative, and (2) they
include prominent notice akin to these four paragraphs for those parts of
this code that are retained.

===============================================================================
*/

/*
 *                     The LLVM Compiler Infrastructure
 *
 * This file is dual licensed under the MIT and the University of Illinois Open
 * Source Licenses. See LICENSE.TXT for details.

LICENSE.TXT:

==============================================================================
compiler_rt License
==============================================================================

The compiler_rt library is dual licensed under both the University of Illinois
"BSD-Like" license and the MIT license.  As a user of this code you may choose
to use it under either license.  As a contributor, you agree to allow your code
to be used under both.

Full text of the relevant licenses is included below.

==============================================================================

University of Illinois/NCSA
Open Source License

Copyright (c) 2009-2016 by the contributors listed in CREDITS.TXT

All rights reserved.

Developed by:

    LLVM Team

    University of Illinois at Urbana-Champaign

    http://llvm.org

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimers.

    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimers in the
      documentation and/or other materials provided with the distribution.

    * Neither the names of the LLVM Team, University of Illinois at
      Urbana-Champaign, nor the names of its contributors may be used to
      endorse or promote products derived from this Software without specific
      prior written permission.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.

==============================================================================

Copyright (c) 2009-2015 by the contributors listed in CREDITS.TXT

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

==============================================================================
Copyrights and Licenses for Third Party Software Distributed with LLVM:
==============================================================================
The LLVM software contains code written by third parties.  Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply
to that code.

The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the LLVM Distribution, and nothing in any of the
other licenses gives permission to use the names of the LLVM Team or the
University of Illinois to endorse or promote products derived from this
Software.

CODE_OWNERS.TXT:

This file is a list of the people responsible for ensuring that patches for a
particular part of compiler-rt are reviewed, either by themself or by
someone else. They are also the gatekeepers for their part of compiler-rt, with
the final word on what goes in or not.

The list is sorted by surname and formatted to allow easy grepping and
beautification by scripts. The fields are: name (N), email (E), web-address
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
(S).

N: Peter Collingbourne
E: peter@pcc.me.uk
D: DataFlowSanitizer

N: Daniel Dunbar
E: daniel@zuster.org
D: Makefile build

N: Timur Iskhodzhanov
E: timurrrr@google.com
D: AddressSanitizer for Windows

N: Howard Hinnant
E: howard.hinnant@gmail.com
D: builtins library

N: Alexander Potapenko
E: glider@google.com
D: MacOS/iOS port of sanitizers

N: Alexey Samsonov
E: samsonov@google.com
D: CMake build, test suite

N: Kostya Serebryany
E: kcc@google.com
D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms, LeakSanitizer

N: Richard Smith
E: richard-llvm@metafoo.co.uk
D: UndefinedBehaviorSanitizer

N: Evgeniy Stepanov
E: eugenis@google.com
D: MemorySanitizer, Android port of sanitizers

N: Dmitry Vyukov
E: dvyukov@google.com
D: ThreadSanitizer

N: Bill Wendling
E: isanbard@gmail.com
D: Profile runtime library

CREDITS.TXT:

This file is a partial list of people who have contributed to the LLVM/CompilerRT
project.  If you have contributed a patch or made some other contribution to
LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
done!

The list is sorted by surname and formatted to allow easy grepping and
beautification by scripts.  The fields are: name (N), email (E), web-address
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
(S).

N: Craig van Vliet
E: cvanvliet@auroraux.org
W: http://www.auroraux.org
D: Code style and Readability fixes.

N: Edward O'Callaghan
E: eocallaghan@auroraux.org
W: http://www.auroraux.org
D: CMake'ify Compiler-RT build system
D: Maintain Solaris & AuroraUX ports of Compiler-RT

N: Howard Hinnant
E: hhinnant@apple.com
D: Architect and primary author of compiler-rt

N: Guan-Hong Liu
E: koviankevin@hotmail.com
D: IEEE Quad-precision functions

N: Joerg Sonnenberger
E: joerg@NetBSD.org
D: Maintains NetBSD port.

N: Matt Thomas
E: matt@NetBSD.org
D: ARM improvements.
*/

= Cortex-A String Routines =
== Licensing ==
All Linaro-authored routines are under the modified BSD license:

Copyright (c) 2011, Linaro Limited
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
    * Neither the name of the Linaro nor the
      names of its contributors may be used to endorse or promote products
      derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 

All ARM-authored routines are under the modified BSD license:

Copyright (c) 2014 ARM Ltd
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
    * Neither the name of the Linaro nor the
      names of its contributors may be used to endorse or promote products
      derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

All third party routines are under a GPL compatible license.

musl as a whole is licensed under the following standard MIT license:

----------------------------------------------------------------------
Copyright c 2005-2020 Rich Felker, et al.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
----------------------------------------------------------------------

Authors/contributors include:

A. Wilcox
Ada Worcester
Alex Dowad
Alex Suykov
Alexander Monakov
Andre McCurdy
Andrew Kelley
Anthony G. Basile
Aric Belsito
Arvid Picciani
Bartosz Brachaczek
Benjamin Peterson
Bobby Bingham
Boris Brezillon
Brent Cook
Chris Spiegel
Clement Vasseur
Daniel Micay
Daniel Sabogal
Daurnimator
David Carlier
David Edelsohn
Denys Vlasenko
Dmitry Ivanov
Dmitry V. Levin
Drew DeVault
Emil Renner Berthing
Fangrui Song
Felix Fietkau
Felix Janda
Gianluca Anzolin
Hauke Mehrtens
He X
Hiltjo Posthuma
Isaac Dunham
Jaydeep Patil
Jens Gustedt
Jeremy Huntwork
Jo-Philipp Wich
Joakim Sindholt
John Spencer
Julien Ramseier
Justin Cormack
Kaarle Ritvanen
Khem Raj
Kylie McClain
Leah Neukirchen
Luca Barbato
Luka Perkov
M Farkas-Dyck (Strake)
Mahesh Bodapati
Markus Wichmann
Masanori Ogino
Michael Clark
Michael Forney
Mikhail Kremnyov
Natanael Copa
Nicholas J. Kain
orc
Pascal Cuoq
Patrick Oppenlander
Petr Hosek
Petr Skocik
Pierre Carrier
Reini Urban
Rich Felker
Richard Pennington
Ryan Fairfax
Samuel Holland
Segev Finer
Shiz
sin
Solar Designer
Stefan Kristiansson
Stefan O'Rear
Szabolcs Nagy
Timo Teras
Trutz Behn
Valentin Ochs
Will Dietz
William Haddon
William Pitcock

Portions of this software are derived from third-party works licensed
under terms compatible with the above MIT license:

The TRE regular expression implementation (src/regex/reg* and
src/regex/tre*) is Copyright c 2001-2008 Ville Laurikari and licensed
under a 2-clause BSD license (license text in the source files). The
included version has been heavily modified by Rich Felker in 2012, in
the interests of size, simplicity, and namespace cleanliness.

Much of the math library code (src/math/* and src/complex/*) is
Copyright c 1993,2004 Sun Microsystems or
Copyright c 2003-2011 David Schultz or
Copyright c 2003-2009 Steven G. Kargl or
Copyright c 2003-2009 Bruce D. Evans or
Copyright c 2008 Stephen L. Moshier or
Copyright c 2017-2018 Arm Limited
and labelled as such in comments in the individual source files. All
have been licensed under extremely permissive terms.

The ARM memcpy code (src/string/arm/memcpy.S) is Copyright c 2008
The Android Open Source Project and is licensed under a two-clause BSD
license. It was taken from Bionic libc, used on Android.

The AArch64 memcpy and memset code (src/string/aarch64/*) are
Copyright c 1999-2019, Arm Limited.

The implementation of DES for crypt (src/crypt/crypt_des.c) is
Copyright c 1994 David Burren. It is licensed under a BSD license.

The implementation of blowfish crypt (src/crypt/crypt_blowfish.c) was
originally written by Solar Designer and placed into the public
domain. The code also comes with a fallback permissive license for use
in jurisdictions that may not recognize the public domain.

The smoothsort implementation (src/stdlib/qsort.c) is Copyright c 2011
Valentin Ochs and is licensed under an MIT-style license.

The x86_64 port was written by Nicholas J. Kain and is licensed under
the standard MIT terms.

The mips and microblaze ports were originally written by Richard
Pennington for use in the ellcc project. The original code was adapted
by Rich Felker for build system and code conventions during upstream
integration. It is licensed under the standard MIT terms.

The mips64 port was contributed by Imagination Technologies and is
licensed under the standard MIT terms.

The powerpc port was also originally written by Richard Pennington,
and later supplemented and integrated by John Spencer. It is licensed
under the standard MIT terms.

All other files which have no copyright comments are original works
produced specifically for use as part of this library, written either
by Rich Felker, the main author of the library, or by one or more
contibutors listed above. Details on authorship of individual files
can be found in the git version control history of the project. The
omission of copyright and license comments in each file is in the
interest of source tree size.

In addition, permission is hereby granted for all public header files
(include/* and arch/*/bits/*) and crt files intended to be linked into
applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit
the copyright notice and permission notice otherwise required by the
license, and to use these files without any requirement of
attribution. These files include substantial contributions from:

Bobby Bingham
John Spencer
Nicholas J. Kain
Rich Felker
Richard Pennington
Stefan Kristiansson
Szabolcs Nagy

all of whom have explicitly granted such permission.

This file previously contained text expressing a belief that most of
the files covered by the above exception were sufficiently trivial not
to be subject to copyright, resulting in confusion over whether it
negated the permissions granted in the license. In the spirit of
permissive licensing, and of not having licensing issues being an
obstacle to adoption, that text has been removed.

Previous Next

© Copyright 2017–2024, Kyoto Microcomputer Co., Ltd..

他のバージョン v: latest
バージョン
1.2.0
1.3.0
1.4.0
2.0.0
2.1.0
2.2.0
3.0.0
3.1.0
3.2.0
3.3.0
3.5.0
最新
latest