<div dir="ltr">Hello everyone, <div><br></div><div>I have a Rtems project with Raspberry pi, I need to compile a simple QT program. I tried to run this project on Beaglebone Black, but it may not be as fast as it should be, it seems easier on Rpi. And I work on the Rpi 1 model B. In the last few days I am trying to establish the necessary libraries for QT, but I have not been successful. I've been working on Rtems-Graphical-Toolbase, but I have not been successful in compilation. I tried a lot of ways but I do not know how to load libraries manually yet, I am new to embedded systems.<br></div><div><br></div><div>I finally used these instructions, it seemed the easiest way to me;</div><div><br></div><div>(in right directory)</div><div><div>../source-builder/sb-set-builder \</div><div>    --prefix=$HOME/development/rtems/compiler/5 \</div><div>    --rtems-bsp=arm/raspberrypi \</div><div>    --log=graphic-build-log.txt \</div><div>    --with-rtems-bsp=raspberrypi \</div><div>    --pkg-tar-files \</div><div>    graphics/freetype2.bset \</div><div>    graphics/libjpeg.bset \</div><div>    graphics/libpng.bset \</div><div>    graphics/libtiff.bset \</div><div>    graphics/t1lib.bset \</div><div>    graphics/microwindows.bset</div></div><div><br></div><div><div>RTEMS Source Builder - Set Builder, 5 (f3b1700dfd4d)</div><div>Build Set: graphics/microwindows.bset</div><div>Build Set: graphics/freetype2.bset</div><div>config: graphics/freetype-2.4.10-1.cfg</div><div>package: freetype-v2.4.10-arm-rtems5-1</div><div>error: hash: freetype-2.4.10.tar.gz: insecure: md5</div><div>Build FAILED</div></div><div><br></div><div>It seems that new packages are causing problems, and I do not know how to update the codes. Can you give me some advice?</div><div><br></div><div>Best Regards,</div><div>Emre</div></div>