Which one indicates a technique of building cross compilers?

Which one indicates a technique of building cross compilers? Correct Answer Canadian cross

Following are the techniques used for building cross compilers

  1. Canadian cross
  2. GCC compiler
  3. Manx Aztec C cross compiler
  4. Microsoft C cross compiler


The main difference between compiler and cross compiler is that

  • The compiler is a software that transforms a computer program written in high-level programming language into machine language
  • The cross compiler is a type of a compiler that can create an executable code for a platform other than the one on which the compiler is running.  

Related Questions

If A indicates >; B indicates <; C indicates = ; D indicates + ; E indicates -; F indicates × ; G indicates /: then which of the following option is true?
Which of the following technique is used for building cross compilers for other machines?
The __________ is a technique for building cross compilers for other machines.