cross-compilers - определение. Что такое cross-compilers
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое cross-compilers - определение

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.

Википедия

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.