Hi I managed to sort out the ABI detection issue. Now when I build the app in qt creator i receive the following: 1. :-1: warning: libts-0.0.so.0, needed by /home/orbit/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysroot-target/usr/lib/libQtGui.so, not found (try using -rpath or -rpath-link) 2. :-1: warning: libpng12.so.0, needed by /home/orbit/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysroot-target/usr/lib/libQtGui.so, not found (try using -rpath or -rpath-link) 3. :-1: warning: libz.so.1, needed by /home/orbit/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysroot-target/usr/lib/libQtGui.so, not found (try using -rpath or -rpath-link) 4.:-1: warning: libfreetype.so.6, needed by /home/orbit/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysroot-target/usr/lib/libQtGui.so, not found (try using -rpath or -rpath-link) When I navigate to the folder, I can see these files there. Not really sure why its complaining. if theres anyone who could help me, I'd appreciate it. Thanks Ruben On Sun, Jan 6, 2013 at 5:26 PM, Ruben Louw wrote: > Hi everyone, > > I'm still wrestling with setting up Qt Creator for my mini2440. > > I found some instructions, > > First, ssh needs to be installed on the mini2440, and I saw an OpenSSH > option in the ptxdist menuconfig, so I'm assuming its right, (please let me > know if its not). > > Second, I'm stuck on where I have to add qmake in the qt version tab in > qtcreator. I also found a mail archive that recommends I add the qmake path > in the bsp project "platform-mini2440/sysroot-cross/bin/qmake", but when I > add qmake, it gives me the following error: > > "ABI detection failed: Make sure to use a matching compiler when building. > no qmlviewer installed." > > Does anyone know where I'm going wrong? Has anyone done this before and > feel kind enough to share any instructions with me? > > I'd really appreciate it, and may even send some beers your way :). > > anyway, hopefully someone can help me. > > Thank you! > > Ruben >