wuke wrote:
Code:
relocation error: /opt/build/lib/libQtGui.so.4: symbol_floatsisf, version GCC_3.0 not defined in file libgcc_s.so.1 with link time reference
I have not much ideas, but IMO this could be the situation when your toolchain libraries on build machine differs from the ones on your target device. In this case when you transfer your fresh QT library build to your device, they just can't link against some standart libs, because of the different versions. If this is really the case, you have a lot to do - rebuild your filesystem for your MINI board, so they will link against newer libraries, OR rebuild QT and your program linking them to the versions you have on your device (but I doubt that you may have appropriate toolchain for your board, as I never got one in numerous devkits).
Another thing that I want to mention, it looks weird for me that QT mentions libgcc. Is this debug build? Can you post the info from executing following command on your program binary:
Code:
readelf -hl <program>
Take in mind, that you may have a prefix before a readelf, usually arm-linux-