๐ท๏ธ๋ฉ๋ชจ๋ฆฌ writedown
๐ท๏ธ๋ฉ๋ชจ๋ฆฌ ๊ตฌ์กฐ
๐ท๏ธ๋ฌธ์์ด ์
๋ ฅ ํจ์
๐ท๏ธ์๋ฃํ
๐ท๏ธํ ๋ณํ
๐ท๏ธ์ฐ์ฐ์ ์ฐ์ ์์
๐ท๏ธ๋นํธ ์ฐ์ฐ
gcc <file>.c
์ปดํ์ผ์ ํ ๋ ์a.exe
๊ฐ ์๋a.out
์ด ๋ง๋ค์ด์ง๊น?- ๊ด๋ จ ์คํ์ค๋ฒํ๋ก์ฐ ๊ธ
- ์๋์ฐ์๋
a.exe
๊ฐ ์๊ธฐ์ง๋ง ๋ค๋ฅธ ํ๋ซํผ์์๋ ์ง์์ ์ ํ๋ ๋ฏ- ๋ง์ฝ์ ์๋์ฐ์์
.out
์ ๋ง๋ค์ด๋ด๊ณ ์ถ๋ค?gcc <source> -o <dest>.out
- ๋ง์ฝ์ ์๋์ฐ์์
- ๋ฆฌ๋
์ค์์๋
.out
์ ๋ง๋ค์ด๋
a.out file can be further linked to the definitions (or more technically libraries)
represent in the OS to form the executable image