<html><body><div>Hi,<br><br>I've ported the graphic libraries into rsb so that we can build them much easier. All Build passed, tested on arm with raspberrypi and i386 with pc386.<br><br>the libraries can be built with the command like:<br><br>../source-builder/sb-set-builder \<br>    --log=graphic-build-log.txt \<br>    --prefix=$HOME/development/rtems-386/bsps/4.11 \<br>    --with-rtems-bsp=pc386 \<br>    --host=i386-rtems4.11 \<br>    4.11/graphics/freetype2.bset \<br>    4.11/graphics/libjpeg.bset \<br>    4.11/graphics/libpng.bset \<br>    4.11/graphics/libtiff.bset \<br>    4.11/graphics/t1lib.bset \<br>    4.11/graphics/microwindows.bset \<br>    4.11/graphics/nxlib.bset<br><br>Patches that I used is available on my github fork of rtems-tools.<br>Waiting for more tests and reviews.<br><br>Best wishes<br></div></body></html>