1
1

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.

1.GBDKの導入

Last updated at Posted at 2023-06-13

1.導入手順

まずは導入(環境構築)手順からまとめていきます。

・目次
1.GBDKダウンロード
2.解凍&配置
 P1.フォルダ説明
 P2.READMEを読んでみる





1.GBDKダウンロード
 githubにてgbdk-2020をダウンロードする。(Ver4.1.1)
https://github.com/gbdk-2020/gbdk-2020

image.png
 お使いの端末に合わせてダウンロードしてください。
 (今回はWin10のためWINDOWS 64BITを選択)



2.解凍&配置
ダウンロードしたgbdk-win64.zipを解凍し、解凍後のフォルダをCドライブ直下に配置する。
 ※C直下じゃなくてもOKだけど、よくわからない人はC直下で。
image.png




P1.フォルダ説明
 ポイントその1
 フォルダ構成を確認

C:\gbdk
└bin       GBDKプログラム類(SDCCコンパイラ?)
└examples     サンプルフォルダ(主にここで作業)
└include     C言語用ファイル類
└lib        ライブラリ
└licenses     ライセンス
└ChangeLog     GBDKの更新履歴
└gbdk_manual.pdf  GBDKのマニュアル
└README      取説(テキストファイルなのでサクラエディタ等で開こう!)
└sdccman.pdf    C言語構文等のユーザーガイド



P2.READMEを読んでみる
 ポイントその2
 READMEを読んでみる

 ・「bin」サブディレクトリをシステムパスに追加
  →必須ではなく基本バッチファイルで実行するため省略

 ・「c:\gbdk\examples\gb」サブディレクトリで「compile.bat」を実行
  →examples\gb配下の各フォルダ内にあるcompile.batをすべて実行するようで、
   何に使われるのか分からないけどとりあえず実行しとく

  examples\gb配下にはapa_image~wav_sampleの33個のサンプルプログラムがあり、
  それらをまとめてコンパイルするバッチみたいなので実行不要
  (サンプルプログラムを見てみたい方は是非)







以上で環境構築完了! 次回は実際にプログラムしてみよう!!
1
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?