-
Notifications
You must be signed in to change notification settings - Fork 5
Compiling toolchain
Luc Yriarte edited this page Apr 6, 2014
·
1 revision
+------------------+ +------------------+
| | -------> | |
| Editor | | Source code __/
| | <------- | __/
+------------------+ \____________/
|
v
+------------------+ +------------------+
| | <------- | |
| Assembly code __/ | Compiler |
| __/ | |
\____________/ +------------------+
|
v
+------------------+ +------------------+
| | | |
| Assembler | -------> | Object file __/
| | | __/
+------------------+ \____________/
|
v
+------------------+ +------------------+
| | | |
| Executable | <------- | Linker |
| | | |
+------------------+ +------------------+