Concept:
A cross compiler executes on one computer system but generates executable code for a different computer architecture.
Step 1: Understand host and target machines.
Host machine:
\[
\text{Machine running compiler}
\]
Target machine:
\[
\text{Machine executing generated code}
\]
Step 2: Identify compiler type.
When host and target differ, the compiler is called a
\[
\boxed{\text{Cross Compiler}}.
\]
Was this answer helpful?
0
0
Top TS PGECET Computer Science & Information Technology Questions