Re: Error building valgrind on petalinux ARM host
Aaron Boxer via Valgrind-users <[email protected]>
| Newsgroups | gmane.comp.debugging.valgrind |
|---|---|
| Message-ID | <mgifjcLRuV2sRRxr0PwP32ldIEA-aMm4vi9e_4RW8C3vJ2bt9N2EP1sqlko7ZA2DBiwJcnjYKUSZDEnWx34OCjTqjqEsGhdTk_NWv11pwZ8=@protonmail.com> |
Some further info : the .in_place folder is empty, which explains why ln command fails. ------- Original Message ------- On Friday, March 25th, 2022 at 13:05, Aaron Boxer via Valgrind-users <[email protected]> wrote: > Hello! > > I am trying to build valgrind 3.18 on a petalinux system (embedded Xilinx board) > Even though I am logged in as root., I get this error about symbolic link : > > mkdir -p ../.in_place; \ > for f in vgpreload_core-arm64-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../coregrind/$f ../.in_place; \ > done > mkdir -p ../.in_place; \ > for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../coregrind/$f.dSYM ../.in_place; \ > done > ln: failed to create symbolic link '../.in_place/vgpreload_core-arm64-linux.so': Operation not permitted > > Any insight here would be greatly appreciated. > Thanks! > Aaron > > Sent with [ProtonMail](https://protonmail.com/) secure email. _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users