cross-compilers - Definition. Was ist cross-compilers
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

Was (wer) ist cross-compilers - definition

COMPILER WHICH RUNS ON ONE HOST PLATFORM, BUT CREATES EXECUTABLE PROGRAMS FOR OTHER PLATFORMS
Cross-compilation; Cross-compiling; Cross-compiler; Cross compile; Cross-compilers; Cross compilers; Cross Compiler; Cross-compile; Cross compiling; Cross compilation; Crosscompiler; Canadian Cross; Canadian cross; Crosscompile; Cross development
  • Example of Canadian Cross, scheme

cross-compiler         
<programming> A compiler which runs on one platform and produces code for another, as opposed to a native code compiler which produces code for the platform on which it runs. (1998-02-24)
Cross compiler         
A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. For example, a compiler that runs on a PC but generates code that runs on an Android smartphone is a cross compiler.
Cross pattée         
  • Tomb of the Unknown Soldier]], Warsaw. Behind them, the ''Virtuti Militari'' emblem.
TYPE OF CROSS WHICH HAS ARMS NARROW AT THE CENTRE, AND BROADER AT THE PERIMETER
Cross pattée (crown); Cross pattee; Cross patty; ✠; Cross paty; Large-pawed cross; Cross-pattee; Cross Pattee; Cross pattee (crown); Cross Pattée; Cross formée; Cross Patee; Crosses pattées
A cross pattée (or cross patty, also known as a cross formée/formy, croix pattée or Tatzenkreuz) is a type of Christian cross with arms that are narrow at the centre, and often flared in a curve or straight line shape, to be broader at the perimeter. The form appears very early in medieval art; for example in a metalwork treasure binding given to Monza Cathedral by Queen Theodelinda (d.

Wikipedia

Cross compiler

A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. For example, a compiler that runs on a PC but generates code that runs on an Android smartphone is a cross compiler.

A cross compiler is useful to compile code for multiple platforms from one development host. Direct compilation on the target platform might be infeasible, for example on embedded systems with limited computing resources.

Cross compilers are distinct from source-to-source compilers. A cross compiler is for cross-platform software generation of machine code, while a source-to-source compiler translates from one coding language to another in text code. Both are programming tools.