Здравствуйте! Подскажите пжлст, как решить затык, собираюсь из билдрута, настройка sk_gst_qt5_defconfig
http://starterkit.ru/html/index.php?name=forum&op=view&id=31011
При сборке получил проблемму
libimxvpuapi-v2 2.2.0 Configuring
Setting top to : /home/yury/Documents/buildroot-2021.08-sk/output/build/libimxvpuapi-v2-2.2.0
Setting out to : /home/yury/Documents/buildroot-2021.08-sk/output/build/libimxvpuapi-v2-2.2.0/build
Checking for 'gcc' (C compiler) : /home/yury/Documents/buildroot-2021.08-sk/output/host/bin/arm-none-linux-gnueabihf-gcc
Checking for compiler switch -D_LARGEFILE_SOURCE : yes
Checking for compiler switch -D_LARGEFILE64_SOURCE : yes
Checking for compiler switch -D_FILE_OFFSET_BITS=64 : yes
Checking for compiler switch -O2 : yes
Checking for compiler switch -g0 : yes
Checking for compiler switch -D_FORTIFY_SOURCE=1 : yes
Checking for compiler switch -Wextra : yes
Checking for compiler switch -Wall : yes
Checking for compiler switch -pedantic : yes
Checking for compiler switch -fPIC : yes
Checking for compiler switch -DPIC : yes
Checking for compiler switch -O2 : yes
Checking for compiler switch -std=gnu99 : yes
Now checking the combination of CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wextra -Wall -pedantic -fPIC -DPIC -O2 -std=gnu99
Checking if this combination works : yes
Checking for compiler switch -std=c99 : yes
Now checking the combination of CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wextra -Wall -pedantic -fPIC -DPIC -O2 -std=c99
Checking if this combination works : yes
Checking for program 'pkg-config' : /home/yury/Documents/buildroot-2021.08-sk/output/host/bin/pkg-config
Checking for 'libimxdmabuffer >= 0.9.0' : yes
Using "/home/yury/Documents/buildroot-2021.08-sk/output/host/arm-buildroot-linux-gnueabihf/sysroot" as sysroot path
Checking for library vpu : not found
The configuration failed
(complete log in /home/yury/Documents/buildroot-2021.08-sk/output/build/libimxvpuapi-v2-2.2.0/build/config.log)
make[1]: *** [package/pkg-generic.mk:260: /home/yury/Documents/buildroot-2021.08-sk/output/build/libimxvpuapi-v2-2.2.0/.stamp_configured] Error 1
make: *** [Makefile:84: _all] Error 2
Сам текст ошибки в логе
err: /home/yury/Documents/buildroot-2021.08-sk/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-none-linux-gnueabihf/10.2.1/../../../../arm-none-linux-gnueabihf/bin/ld: cannot find -lvpu
Вручную пакет пересобирается, но не устанавливается по нужным путям внутри билдрут, как я понял
make imx-vpu-rebuild
COMPILE="/home/yury/Documents/buildroot-2021.08-sk/output/host/bin/arm-none-linux-gnueabihf-" PLATFORM="IMX6S" /usr/bin/make -j1 -C /home/yury/Documents/buildroot-2021.08-sk/output/build/imx-vpu-5.4.39.3 DEST_DIR=/home/yury/Documents/buildroot-2021.08-sk/output/target install
make[2]: Nothing to be done for 'install'.
comm: /home/yury/Documents/buildroot-2021.08-sk/output/build/imx-vpu-5.4.39.3/.files-list.before: No such file or directory
comm: /home/yury/Documents/buildroot-2021.08-sk/output/build/imx-vpu-5.4.39.3/.files-list-staging.before: No such file or directory
comm: /home/yury/Documents/buildroot-2021.08-sk/output/build/imx-vpu-5.4.39.3/.files-list-host.before: No such file or directory
Подскажите пжлст как порешить проблемму