tce-load -i compiletc gtk3mm-dev parted-dev intltool https://sourceforge.net/projects/gparted/files/gparted/gparted-1.1.0/gparted-1.1.0.tar.gz/download cd gparted-1.1.0 CC="gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --disable-doc find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [6m 59.44s] sudo make install edit /usr/local/bin/gparted replace all ps -e | grep bla with ps | grep bla | grep -v grep here it should be: if test "z`ps | grep gpartedbin | grep -v grep`" != "z"; then ======================== Final configuration =========================== Installing into prefix : /usr/local Build help documentation? : no Use native libparted dmraid support? : no Explicitly grant root access to the display? : no --- Features Based On Libparted Version --- Need delete old partitions before creating a loop table workaround? : no Have old libparted file system resizing API? : no Have new libparted file system resizing LIB? : yes Enable online resize support? : yes If all settings are OK, type make and then (as root) make install ========================================================================