(Created page with '= Background and pointers = == Background == Different types of crossbuilding: http://en.opensuse.org/Build_Service/Concepts/CrossDevelopment#Types_of_Crossbuild A bit termi…') |
|||
| Line 18: | Line 18: | ||
* '''"cross" + emulation''' - emulated execution with the use of cross-compiler and speedup | * '''"cross" + emulation''' - emulated execution with the use of cross-compiler and speedup | ||
| - | |||
| - | |||
| - | |||
| - | |||
Contents |
Different types of crossbuilding: http://en.opensuse.org/Build_Service/Concepts/CrossDevelopment#Types_of_Crossbuild
A bit terminology:
For the "native"+emulation cross-build (as in: without cross-compilers), we use qemu-arm. The callenge is now to keep the environment but
add speed through cross-compilers (="cross"+emulation).
With all changes in place, we reach really good speed. E.g. for:
Build time in minutes
| x86 native | armv5tel native | armv5tel cross | factor x86->arm native | factor x86->arm cross | ||
| rpm | 8 | 107 | 17 | 13,38 | 2,13 | |
| glibc | 33 | 505 | 63 | 15,3 | 1,91 |