Skip to:
I attempted to compile the video player app with the following steps:
Downloaded the AGL Worker Docker image from https://download.automotivelinux.org/AGL/snapshots/sdk/docker/docker_agl_worker-generic-6.90.0-139.tar.xz
Built agl-demo-platform-crosssdk using AGL 5.1.0 following the instructions for QEMU inside the Docker container
Run sudo apt update, install qt5-default package
Source SDK environment, run qmake to generate Makefile (this works)
Run make (this produces an error)
This is the error message observed:
Seems to be resolved.
I believe I have compiled successfully. I had to install the qt4-default package as well.
Curiously, "which qmake" still reports the location as: /xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin/qt5/qmake
Does that mean it's necessary to have both the qt5-default and qt4-default packages installed? Running qt4-qmake results in an error.
I attempted to compile the video player app with the following steps:
Downloaded the AGL Worker Docker image from https://download.automotivelinux.org/AGL/snapshots/sdk/docker/docker_agl_worker-generic-6.90.0-139.tar.xz
Built agl-demo-platform-crosssdk using AGL 5.1.0 following the instructions for QEMU inside the Docker container
Run sudo apt update, install qt5-default package
Source SDK environment, run qmake to generate Makefile (this works)
Run make (this produces an error)
This is the error message observed: