Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[memo]コンパイルとビルドの違い

Posted at

コンパイルとビルドの違いについて考えてみた

初記事です!アウトプット用に書いてみました。もし何か間違いとかあればコメントしてくれると嬉しいです!

C言語の入門書に、コンパイルとビルドについてそれぞれ書かれていたので、自分なりにまとめてみました!

コンパイルとは?

コンパイルとは、C言語などで書かれたソースコードを、コンパイラというソフトウェアを通して、機械語に変換する処理のことを言う。この時点で、実行ファイルは生成されない。ただ変換しただけ。

ビルドとは?

一方ビルドとは、ソースコードから実行形式ファイルを生成すること。このビルドという処理の中で、コンパイラが使用される。

まとめ

多分、デスクトップアプリとか複雑なアプリを開発でもしない限り、(今のコンパイラを使った)コンパイル=ビルドという認識で、問題ないはず。 だけど、そうじゃないときは使い分けに意識したほうがいいと思いました!

0
0
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

Qiita Advent Calendar is held!

Qiita Advent Calendar is an article posting event where you post articles by filling a calendar 🎅

Some calendars come with gifts and some gifts are drawn from all calendars 👀

Please tie the article to your calendar and let's enjoy Christmas together!

0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?