About: Scratchbox2

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org:8891

Scratchbox2 (sbox2 or sb2) is a cross-compilation toolkit designed to make embedded Linux application development easier. It also provides a full set of tools to integrate and cross-compile an entire Linux distribution. Without Scratchbox2, one has to manually set many parameters and "hack" the "configure" process to be able to generate code for the embedded target. Scratchbox2 allows one to set up a "virtual" environment that will trick the autotools and executables into thinking that they are directly running on the embedded target with its configuration.

Property Value
dbo:abstract
  • Scratchbox2 (sbox2 or sb2) is a cross-compilation toolkit designed to make embedded Linux application development easier. It also provides a full set of tools to integrate and cross-compile an entire Linux distribution. In the Linux world, when building software, many parameters are auto-detected based on the host system (like installed libraries and system configurations), through autotools "./configure" scripts for example. When one wants to build for an embedded target (cross-compilation), most of the detected parameters are incorrect (i.e. host configuration is not the same as the embedded target configuration). Without Scratchbox2, one has to manually set many parameters and "hack" the "configure" process to be able to generate code for the embedded target. Scratchbox2 allows one to set up a "virtual" environment that will trick the autotools and executables into thinking that they are directly running on the embedded target with its configuration. Moreover, Scratchbox2 provides a technology called CPU-transparency that goes further in that area. With CPU-transparency, executables built for the host CPU or for the target CPU could be executed directly on the host with sbox2 handling the task to CPU-emulate if needed to run a program compiled for the target CPU. So, a build process could mix the usage of program built for different CPU architectures. That is especially useful when a build process requires building the program X to be able to use it to build the program Y (Example: building a Lexer that will be used to generate code for a specific package). (en)
dbo:computingPlatform
dbo:genre
dbo:latestReleaseDate
  • 2012-03-07 (xsd:date)
dbo:latestReleaseVersion
  • 2.3.42
dbo:license
dbo:operatingSystem
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 35006257 (xsd:integer)
dbo:wikiPageLength
  • 3135 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 873112712 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
  • Lauri Leukkunen, Lauri T. Aarnio, Valtteri Rahkonen, Riku Voipio (en)
dbp:discontinued
  • yes (en)
dbp:genre
dbp:latestReleaseDate
  • 2012-03-07 (xsd:date)
dbp:latestReleaseVersion
  • 2.300000 (xsd:double)
dbp:license
  • LGPL 2.1 (en)
dbp:name
  • Scratchbox2 (en)
dbp:operatingSystem
dbp:platform
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Scratchbox2 (sbox2 or sb2) is a cross-compilation toolkit designed to make embedded Linux application development easier. It also provides a full set of tools to integrate and cross-compile an entire Linux distribution. Without Scratchbox2, one has to manually set many parameters and "hack" the "configure" process to be able to generate code for the embedded target. Scratchbox2 allows one to set up a "virtual" environment that will trick the autotools and executables into thinking that they are directly running on the embedded target with its configuration. (en)
rdfs:label
  • Scratchbox2 (en)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Scratchbox2 (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License