|

|
|
|
|
|
|
|
i.MX515 Project
 |
openSUSE support
in category Linux Distributions proposed by Peter Czanik on 2nd February 2009 (accepted on 1st June 2009)
|
|
|
|
|
|
Blog Entry
|
|
|
|
|
|
|
openSUSE ARM in chroot
posted by Peter Czanik on 24th July 2009
Today another important milestone: openSUSE ARM binaries run in chroot. This is the base system, just enough for bootstrapping and compiling packages. It can't even boot on its own, as some packages are missing, like udev & Co.
The chroot environment is actually a byproduct of osc, the command line client for the openSUSE Build Service. It is also able to do local builds, and for that it creates a chroot environment.
And a mandatory copy&paste:
root@ubuntu:~# chroot suse suse:/> gcc -v Using built-in specs. Target: armv7l-suse-linux-gnueabi Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++ --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.4 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.4 --enable-linux-futex --without-system-libunwind --build=armv7l-suse-linux-gnueabi Thread model: posix gcc version 4.4.0 [gcc-4_4-branch revision 147703] (SUSE Linux)
|
|
|
|
|
|