测试VPU
编译mpp
sudo apt update
sudo apt install gcc g cmake make
cd ~
git clone https://github.com/rockchip-linux/mpp.git
cd mpp/build/linux/aarch64/
sed -i s/aarch64-linux-gnu-gcc/gcc/g ./arm.linux.cross.cmake
sed -i s/aarch64-linux-gnu-g/g/g ./arm.lin…
现象
Error running App
Command line is too long. In order to reduce its length classpath file can be used.
Would you like to enable classpath file mode for all run configurations of your project?解决办法
办法一
.idea\workspace.xml ——> <compone…