Re: [yocto] QtCreator +CMake + meta-toolchain-qt5

2019-03-04 Thread Ilya Kondrashkin
Hi, Check your /usr/lib/libc.so in SDK’s target rootfs. Last time I experienced this problem /usr/lib/libc.so script contained absolute paths to ld-linux-armhf.so and real libc.so. Changing these paths to relative fixes the problem. Unfortunately, I do not have the common fix for this.

[yocto] QtCreator +CMake + meta-toolchain-qt5

2019-03-03 Thread Mauro Ziliani
Hi all. I'd like to use QtCreator to debug the directly in final system. My project is generated with CMake, under Debian 9.7 amd64 I try every tutorial I found by the behaviour is always the same.   /lib/ld-linux-armhf.so.3: No such file or directory The entire log is the following. -