Part Number: PROCESSOR-SDK-AM335X
Tool/software: Linux
butHi everyone. I just started to study crosscompile for ARM, and encountered a problem. On my linux host machine I use ti-processor-sdk-linux-am335x-evm-04.03.00.05, on my target (VAR-SOM-AM33) i installed am33-som-nand_recovery-sd-Yocto-Krogoth-2.1_V5. So, i wrote a programm on QtCreator 5.6.3, then i compile it on my linux host PC using linux-devkit (with built-in crosscompiler for arm). The programm was compiled, all ok. But when i carry this compiled programm on my target, and try to launch it, i get follow error: uncompatible library version (50701) and (50601). I saw, that in my linux-devkit all Qt libraries is 5.7.1 version, and on my target all version of Qt libraries is 5.6.1
Please suggest me, what i need to do to launch my programm.