ftp://ftp.gtk.org/pub/gtk/v2.2/
https://developer.gnome.org/glib/stable/glib-building.html
http://www.serkey.com/gtk-configure-error-glib-compile-schemas-not-found-be6ja6.html
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.linuxfromscratch.org/lfs/view/7.1/chapter06/udev.html
http://www.linuxfromscratch.org/lfs/view/development/chapter05/util-linux.html
http://www.ailis.de/~k/archives/19-arm-cross-compiling-howto.html
http://paguilar.org/?p=25
http://billforums.station51.net/viewtopic.php?f=4&t=20
http://www.ibm.com/developerworks/library/l-arm-toolchain/
http://www.linuxfromscratch.org/lfs/view/6.6/wget-list
http://askubuntu.com/questions/210210/pkg-config-path-environment-variable
http://www.linuxfromscratch.org/lfs/view/development/chapter06/zlib.html
http://www.linuxfromscratch.org/lfs/view/development/chapter06/kmod.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
rm -rf util-linux-2.24
lsa
tar -zf util-linux-2.24.tar.bz2
tar -xf util-linux-2.24.tar.bz2
cd util-linux-2.24/
ls
export PATH=$PATH:/home/kunal/Toolchain/arm-2009q3/bin
echo $PATH
./configure --prefix=/home/kunal/r2_compile/udev-build --disable-makeinstall-chown --without-systemdsystemunitdir PKG_CONFIG=""
make
make install
ls
cd ..
ls
tar -zf zlib-1.2.8.tar.gz
tar -xf zlib-1.2.8.tar.gz
ls
cd zlib-1.2.8/
ls
./configure --prefix=/home/kunal/r2_compile/udev-build
make
make install
cd ..
tar -xf kmod-16.tar.gz
cd kmod-16/
ls
echo $PKG_CONFIG_PATH
zlib_CFLAGS="-I/home/kunal/r2_compile/udev-build/include"
zlib_LIBS="-L/home/kunal/r2_compile/udev-build/lib"
./configure --prefix=/home/kunal/r2_compile/udev-build --bindir=/home/kunal/r2_compile/udev-build/bin --with-rootlibdir=/home/kunal/r2_compile/udev-build/lib --disable-manpages --with-xz --with-zlib
export PKG_CONFIG_PATH=/home/kunal/r2_compile/udev-build/lib/pkgconfig
./configure --prefix=/home/kunal/r2_compile/udev-build --bindir=/home/kunal/r2_compile/udev-build/bin --with-rootlibdir=/home/kunal/r2_compile/udev-build/lib --disable-manpages --with-xz --with-zlib
make
make install
cd ..
ls
tar -xf udev-181.tar.gz
cd udev-181/
ls
install -dv /home/kunal/r2_compile/udev-build/lib/{firmware,udev/devices/pts}
mknod -m0666 /home/kunal/r2_compile/udev-build/lib/udev/devices/null c 1 3
sudo mknod -m0666 /home/kunal/r2_compile/udev-build/lib/udev/devices/null c 1 3
BLKID_CFLAGS="-I/home/kunal/r2_compile/udev-build/include/blkid"
BLKID_LIBS="-L/home/kunal/r2_compile/udev-build/lib -lblkid"
KMOD_CFLAGS="-I/home/kunal/r2_compile/udev-build/include"
KMOD_LIBS="-L/home/kunal/r2_compile/udev-build/lib -lkmod"
./configure --prefix=/home/kunal/r2_compile/udev-build --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc --libexecdir=/lib --enable-rule_generator --disable-introspection --disable-keymap --disable-gudev --with-usb-ids-path=no --with-pci-ids-path=no --with-systemdsystemunitdir=no
make
make check
make install
cd ..
rm -rf udev-181
ls
env
ls
tar -xf udev-181.tar.gz
ls
BLKID_CFLAGS="-I/home/kunal/r2_compile/udev-build/include/blkid"
BLKID_LIBS="-L/home/kunal/r2_compile/udev-build/lib -lblkid"
KMOD_CFLAGS="-I/home/kunal/r2_compile/udev-build/include"
KMOD_LIBS="-L/home/kunal/r2_compile/udev-build/lib -lkmod"
./configure --prefix=/home/kunal/r2_compile/udev-build --with-rootprefix='' --bindir=/home/kunal/r2_compile/udev-build/sbin --sysconfdir=/home/kunal/r2_compile/udev-build/etc --libexecdir=/home/kunal/r2_compile/udev-build/lib --enable-rule_generator --disable-introspection --disable-keymap --disable-gudev --with-usb-ids-path=no --with-pci-ids-path=no --with-systemdsystemunitd
make
make check
make install
ls
cd udev-config-20100128
https://developer.gnome.org/glib/stable/glib-building.html
http://www.serkey.com/gtk-configure-error-glib-compile-schemas-not-found-be6ja6.html
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.linuxfromscratch.org/lfs/view/7.1/chapter06/udev.html
http://www.linuxfromscratch.org/lfs/view/development/chapter05/util-linux.html
http://www.ailis.de/~k/archives/19-arm-cross-compiling-howto.html
http://paguilar.org/?p=25
http://billforums.station51.net/viewtopic.php?f=4&t=20
http://www.ibm.com/developerworks/library/l-arm-toolchain/
http://www.linuxfromscratch.org/lfs/view/6.6/wget-list
http://askubuntu.com/questions/210210/pkg-config-path-environment-variable
http://www.linuxfromscratch.org/lfs/view/development/chapter06/zlib.html
http://www.linuxfromscratch.org/lfs/view/development/chapter06/kmod.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
rm -rf util-linux-2.24
lsa
tar -zf util-linux-2.24.tar.bz2
tar -xf util-linux-2.24.tar.bz2
cd util-linux-2.24/
ls
export PATH=$PATH:/home/kunal/Toolchain/arm-2009q3/bin
echo $PATH
./configure --prefix=/home/kunal/r2_compile/udev-build --disable-makeinstall-chown --without-systemdsystemunitdir PKG_CONFIG=""
make
make install
ls
cd ..
ls
tar -zf zlib-1.2.8.tar.gz
tar -xf zlib-1.2.8.tar.gz
ls
cd zlib-1.2.8/
ls
./configure --prefix=/home/kunal/r2_compile/udev-build
make
make install
cd ..
tar -xf kmod-16.tar.gz
cd kmod-16/
ls
echo $PKG_CONFIG_PATH
zlib_CFLAGS="-I/home/kunal/r2_compile/udev-build/include"
zlib_LIBS="-L/home/kunal/r2_compile/udev-build/lib"
./configure --prefix=/home/kunal/r2_compile/udev-build --bindir=/home/kunal/r2_compile/udev-build/bin --with-rootlibdir=/home/kunal/r2_compile/udev-build/lib --disable-manpages --with-xz --with-zlib
export PKG_CONFIG_PATH=/home/kunal/r2_compile/udev-build/lib/pkgconfig
./configure --prefix=/home/kunal/r2_compile/udev-build --bindir=/home/kunal/r2_compile/udev-build/bin --with-rootlibdir=/home/kunal/r2_compile/udev-build/lib --disable-manpages --with-xz --with-zlib
make
make install
cd ..
ls
tar -xf udev-181.tar.gz
cd udev-181/
ls
install -dv /home/kunal/r2_compile/udev-build/lib/{firmware,udev/devices/pts}
mknod -m0666 /home/kunal/r2_compile/udev-build/lib/udev/devices/null c 1 3
sudo mknod -m0666 /home/kunal/r2_compile/udev-build/lib/udev/devices/null c 1 3
BLKID_CFLAGS="-I/home/kunal/r2_compile/udev-build/include/blkid"
BLKID_LIBS="-L/home/kunal/r2_compile/udev-build/lib -lblkid"
KMOD_CFLAGS="-I/home/kunal/r2_compile/udev-build/include"
KMOD_LIBS="-L/home/kunal/r2_compile/udev-build/lib -lkmod"
./configure --prefix=/home/kunal/r2_compile/udev-build --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc --libexecdir=/lib --enable-rule_generator --disable-introspection --disable-keymap --disable-gudev --with-usb-ids-path=no --with-pci-ids-path=no --with-systemdsystemunitdir=no
make
make check
make install
cd ..
rm -rf udev-181
ls
env
ls
tar -xf udev-181.tar.gz
ls
BLKID_CFLAGS="-I/home/kunal/r2_compile/udev-build/include/blkid"
BLKID_LIBS="-L/home/kunal/r2_compile/udev-build/lib -lblkid"
KMOD_CFLAGS="-I/home/kunal/r2_compile/udev-build/include"
KMOD_LIBS="-L/home/kunal/r2_compile/udev-build/lib -lkmod"
./configure --prefix=/home/kunal/r2_compile/udev-build --with-rootprefix='' --bindir=/home/kunal/r2_compile/udev-build/sbin --sysconfdir=/home/kunal/r2_compile/udev-build/etc --libexecdir=/home/kunal/r2_compile/udev-build/lib --enable-rule_generator --disable-introspection --disable-keymap --disable-gudev --with-usb-ids-path=no --with-pci-ids-path=no --with-systemdsystemunitd
make
make check
make install
ls
cd udev-config-20100128
No comments:
Post a Comment
Please share yout thoughts