1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ルネサス RXファミリ 開発環境

Last updated at Posted at 2021-11-04

Renesas RX周辺機器セットアップ備忘録

RXファミリ用C/C++コンパイラパッケージ ツールチェーン チュートリアル

#統合環境
e2studioを使用する

e2studio ユーザーマニュアル入門ガイド

e2studioにおいてスマートコンフィグレータを利用する場合のAPnote(RX用)

https://www.renesas.com/jp/ja/document/mat/rx-smart-configurator-users-guide-e-studio-rev140?r=1170091
#コンパイラ

Renesas CCRX

純正Cコンパイラ(有償)60日は無料で使用可能

GNU gcc

GCC for Renesas GNURX Toolchain (ELF) または GNURX Toolchain (ELF)が適用可能

##ツールチェーンの追加方法
e2 studio 「ヘルプ」-「Renesasツールチェーンの追加」
image.png
Cコンパイラのセットアップがされているものはバージョン含め表示されるので
チェックボックスを入れる
image.png

##ツールチェーンを有効にする方法
プロジェクト-「プロパティ」-「設定」-「Toolchain」タブより
ツールチェーンを選択
image.png

https://ja.na4.teamsupport.com/knowledgeBase/17797635
無料登録でDL可能

#デバッガ情報
E2エミュレータLite

E2エミュレータ、RX接続時の注意事項

#ツールチェーン情報
##スマートコンフィグレーターファイルの互換性
scfgファイル(スマートコンフィグレータファイルはツールチェーンの依存性が存在する。
下記にcfgファイルの冒頭部分の比較を示す。
(左がCCRX系、右がGNU系)
単純にこの部分を使用したいツールチェーン用に書き換え修正してあげればツールチェーン間の移植が可能。
スクリーンショット 2022-02-23 103658.png

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?