Closed zohourih closed 4 years ago
Apparently the problem is caused by wrong permission of files located/created inside the folder at /tmp/xilinx-zcu104-2019.2-2019.11.13-23.18.47-gHH/work-shared/zcu104-zynqmp/kernel-source/.git/objects
which results in the tar
command failing due to lack of permission to access that location. I am not sure why the build process is even accessing that location and the build still fails if the whole folder at /tmp/xilinx-zcu104-2019.2-2019.11.13-23.18.47-gHH/
is removed and building is repeated, but I can confirm doing a chmod -R 777 *
inside the objects
folder resolves the build issue after it fails once.
Thanks for the explanation.
I am trying to build PetaLinux for the provided
zcu104_vcu_ml
v2019.2 in the repository. However, following the make instructions, whether I domake all
ormake petalinux_proj XSA_DIR=
while pointing it to the pre-built XSA from here, the build fails with the following error:I cannot find any useful information in the logs as to why the build is failing.
On the other hand, I have successfully built the
zcu104_base
and thezcu104_smart_camera
platforms in the exact same way on the exact same machine, so I am sure my environment is sane and my configuration is correct and the problem must be the configuration of the platform in the repository. Has anyone successfully built PetaLinux for thezcu104_vcu_ml
from this repository?