Download the app
educalingo
Search

Meaning of "cross-compiler" in the English dictionary

Dictionary
DICTIONARY
section

PRONUNCIATION OF CROSS-COMPILER

cross-compiler  [ˌkrɒskəmˈpaɪlə] play
facebooktwitterpinterestwhatsapp

GRAMMATICAL CATEGORY OF CROSS-COMPILER

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation
Cross-Compiler is a noun.
A noun is a type of word the meaning of which determines reality. Nouns provide the names for all things: people, objects, sensations, feelings, etc.

WHAT DOES CROSS-COMPILER MEAN IN ENGLISH?

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 in order to compile for Linux/ARM you first need to obtain its libraries to compile against. A cross compiler is necessary to compile for multiple platforms from one machine. A platform could be infeasible for a compiler to run on, such as for the microcontroller of an embedded system because those systems contain no operating system. In paravirtualization one machine runs many operating systems, and a cross compiler could generate an executable for each of them from one main source. Cross compilers are not to be confused with a source-to-source compilers. A cross compiler is for cross-platform software development of binary code, while a source-to-source "compiler" just translates from one programming language to another in text code. Both are programming tools.

Definition of cross-compiler in the English dictionary

The definition of cross-compiler in the dictionary is a compiler able to create executable code for a platform different from the one the compiler is run on.

WORDS THAT RHYME WITH CROSS-COMPILER


compiler
kəmˈpaɪlə
Delilah
dɪˈlaɪlə
exiler
ˈɛɡzaɪlə
fila
ˈfaɪlə
filer
ˈfaɪlə
freestyler
ˈfriːˌstaɪlə
hila
ˈhaɪlə
Islay
ˈaɪlə
micropylar
ˌmaɪkrəʊˈpaɪlə
miler
ˈmaɪlə
pilar
ˈpaɪlə
piler
ˈpaɪlə
profiler
ˈprəʊfaɪlə
Rottweiler
ˈrɒtˌvaɪlə
siler
ˈsaɪlə
smiler
ˈsmaɪlə
stockpiler
ˈstɒkˌpaɪlə
styler
ˈstaɪlə
Theiler
ˈtaɪlə
Tyler
ˈtaɪlə

WORDS THAT BEGIN LIKE CROSS-COMPILER

cross-bench
cross-bencher
cross-benches
cross-border
cross-breeding
cross-buttock
cross-Channel
cross-Channel ferry
cross-correlation
cross-country
cross-court
cross-cultural
cross-curricular
cross-cut chisel
cross-cutting
cross-dating
cross-disciplinary
cross-dress
cross-dresser
cross-dressing

WORDS THAT END LIKE CROSS-COMPILER

blackmailer
boiler
broiler
coiler
detailer
hailer
horse trailer
mailer
nailer
oiler
railer
retailer
sailer
spoiler
tailer
tent trailer
tiler
toiler
tractor-trailer
trailer

Synonyms and antonyms of cross-compiler in the English dictionary of synonyms

SYNONYMS

Translation of «cross-compiler» into 25 languages

TRANSLATOR
online translator

TRANSLATION OF CROSS-COMPILER

Find out the translation of cross-compiler to 25 languages with our English multilingual translator.
The translations of cross-compiler from English to other languages presented in this section have been obtained through automatic statistical translation; where the essential translation unit is the word «cross-compiler» in English.

Translator English - Chinese

交叉编译器
1,325 millions of speakers

Translator English - Spanish

compilador cruzado
570 millions of speakers

English

cross-compiler
510 millions of speakers

Translator English - Hindi

पार संकलक
380 millions of speakers
ar

Translator English - Arabic

عبر مترجم
280 millions of speakers

Translator English - Russian

кросс - компилятор
278 millions of speakers

Translator English - Portuguese

cross-compiler
270 millions of speakers

Translator English - Bengali

ক্রস কম্পাইলার
260 millions of speakers

Translator English - French

compilateur croisé
220 millions of speakers

Translator English - Malay

Penyusun silang
190 millions of speakers

Translator English - German

Cross-Compiler
180 millions of speakers

Translator English - Japanese

クロスコンパイラ
130 millions of speakers

Translator English - Korean

크로스 컴파일러
85 millions of speakers

Translator English - Javanese

Cross-compiler
85 millions of speakers
vi

Translator English - Vietnamese

trình biên dịch chéo
80 millions of speakers

Translator English - Tamil

குறுக்குத்-தொகுப்பி
75 millions of speakers

Translator English - Marathi

क्रॉस कम्पाइलर
75 millions of speakers

Translator English - Turkish

çapraz-derleyici
70 millions of speakers

Translator English - Italian

cross-compiler
65 millions of speakers

Translator English - Polish

cross- kompilator
50 millions of speakers

Translator English - Ukrainian

крос - компілятор
40 millions of speakers

Translator English - Romanian

cross- compilator
30 millions of speakers
el

Translator English - Greek

cross - compiler
15 millions of speakers
af

Translator English - Afrikaans

kruis - samesteller
14 millions of speakers
sv

Translator English - Swedish

cross- compiler
10 millions of speakers
no

Translator English - Norwegian

cross- kompilatoren
5 millions of speakers

Trends of use of cross-compiler

TRENDS

TENDENCIES OF USE OF THE TERM «CROSS-COMPILER»

The term «cross-compiler» is regularly used and occupies the 92.976 position in our list of most widely used terms in the English dictionary.
0
100%
FREQUENCY
Regularly used
57
/100
The map shown above gives the frequency of use of the term «cross-compiler» in the different countries.
Principal search tendencies and common uses of cross-compiler
List of principal searches undertaken by users to access our English online dictionary and most widely used expressions with the word «cross-compiler».

FREQUENCY OF USE OF THE TERM «CROSS-COMPILER» OVER TIME

The graph expresses the annual evolution of the frequency of use of the word «cross-compiler» during the past 500 years. Its implementation is based on analysing how often the term «cross-compiler» appears in digitalised printed sources in English between the year 1500 and the present day.

Examples of use in the English literature, quotes and news about cross-compiler

EXAMPLES

10 ENGLISH BOOKS RELATING TO «CROSS-COMPILER»

Discover the use of cross-compiler in the following bibliographical selection. Books relating to cross-compiler and brief extracts from same to provide context of its use in English literature.
1
Compiler Design
4. The process of incremental compilation is effective for maintainance. Cross compiler : Basically there exists three types of languages 1. Source language i.e. the application program. 2. Target language in which machine code is written. 3.
A.A.Puntambekar, 2010
2
Compiler Construction
4. The process of incremental compilation is effective for maintenance. Cross compiler : Basically there exists three types of languages 1. Source language i.e. the application program. 2. Target language in which machine code is written. 3.
A.A.Puntambekar, 2009
3
Comprehensive Compiler Design
1 .2 WHAT IS A CROSS-COMPILER? A cross-compiler is a compiler that runs on one machine and produces object code for another machine. The cross-compiler is used to implement the compiler, which is characterized by three languages: ...
O.G. Kakde, 2005
4
Intro To Embedded Systems 1E
A software program called 'Cross-compiler' is used for the conversion of programs written in Embedded 'C to target processor/controller specific instructions (machine language). 9.3.2 Compiler vs. Cross-Compiler Compiler is a software tool ...
Shibu
5
Principles of Compiler Design
Such a compiler is called cross compiler. Thus by using cross compilation technique platform independency can be achieved. To represent cross compiler T diagram is drawn as follows Fig. 1.11 (a) T diagram with S as source, T as target and I ...
A.A.Puntambekar, 2009
6
Compiler Construction
Given three machines A, B, and C, one uses machineA to build a cross compiler that runs on machine B to create executables for machine C. When using the Canadian Cross with GCC, there may be four compilers involved: • The proprietary ...
By Wikipedians
7
Systems Programming
Q.17 Comment on the statement : "Bootstrapping can also be used for cross compiler". (May-2007, 4 Marks) Ans. : To comment on given statement we begin with the concept of cross compiler - Basically there are three types of languages. 1.
I.A.Dhotre A.A.Puntambekar, 2008
8
ADA Yearbook 1995
DDC-I, Inc.DACS Sun SPARC/Solaris to 80l86 Bare Ada Cross Compiler System w/ Rate Monotonic Scheduling, 4.6.4 Sun SPARCclassic (under Solaris, Release 2.t} Intel iSBC l86/l00 (bare machinei (#9403255l.ll344l DDC-I, IncDACS Sun ...
Mark Ratcliffe, 1995
9
Pro Linux Embedded Systems
When you're assessing the support package for the board, don't forget to see whether the vendor included a cross-compiler. A cross-compiler isn't a required component for booting and frequentlyisn't included with the Linux software that's  ...
Gene Sally, 2009
10
Building Tightly Integrated Software Development ...
Eventually, the cross compiler is used to generate the final compiler Sm • M ' . The product graph shows both source and executable versions of the compiler. The resource graph comprises both required and actual resources and mappings  ...
Manfred Nagl, 1996

10 NEWS ITEMS WHICH INCLUDE THE TERM «CROSS-COMPILER»

Find out what the national and international press are talking about and how the term cross-compiler is used in the context of the following news items.
1
7 Reasons Why Frameworks are the New Programming Language
If your boss wants JavaScript but you like Java, a cross-compiler will convert all of your statically typed Java into minified JavaScript, ready to run in a browser. «ChannelWorld.in, Apr 15»
2
After Mobile: 3 Opportunities for the Internet of Things in 2015
Scalability: including cross-compiler tools such as those provided by Xamarin, and smart cloud computing utilities such as those provided by ... «Huffington Post, Feb 15»
3
Five tools to improve embedded software testing efforts
Vector's software uses a "tool chain" method that supports a total cross-development environment that includes a cross-compiler, debug emulator, target board ... «TechTarget, Nov 14»
4
10 battles raging for the hearts and minds of developers
First, there was GWT (Google Web Toolkit), a clever cross-compiler that turned Java into JavaScript. If you've ever looked at the stacks of code ... «InfoWorld, Oct 14»
5
Use of NetBSD with Marvell Kirkwood Processors
The source code tree includes a kernel code (sys directory), utilities (bin, usr.bin, sbin, usr, usr.sbin, gnu), a cross-compiler (tools), the build ... «evertiq.com, Dec 13»
6
How to play PS3 games on PS4: Is it possible?
And it doesn't even needed to be an emulator: it could be an JIT cross-compiler to PS4 processor.Most of content of a modern game is ... «PC Advisor, Nov 13»
7
Open-Source Apache Flex Finally Comes to Linux
Yes, I know there are cross-compiler efforts that will enable Flex to work well with HTML5, but I suspect many developers still think of Flex as ... «eWeek, Aug 13»
8
Firefox 22 Launches, Supports Unreal Engine 3
"Using the Emscripten cross-compiler, which can emit asm.js, it is possible to bring high-performance native applications, like games, to the ... «Tom's Guide, Jun 13»
9
Nvidia stretches CUDA coding to ARM chips
Interestingly, the tool also has a fast cross-compiler that allows for developers to compile ARM applications on an x86 processor and then move ... «Register, Jun 13»
10
Reusable Components Finally Arrive As Cloud-Based APIs
In the latter language, you sometimes had to check the exact form of name mangling that the cross-compiler (to C) employed so you could ... «Dr. Dobb's, Apr 13»

REFERENCE
« EDUCALINGO. Cross-Compiler [online]. Available <https://educalingo.com/en/dic-en/cross-compiler>. Apr 2024 ».
Download the educalingo app
en
English dictionary
Discover all that is hidden in the words on
index
a b c d e f g h i j k l m n o p q r s t u v w x y z