Paddle-Lite-Compile error resolution: sh: 1: patchelf: not found

Error details

patchelfIt is a small tool for modifying dynamic libraries and executable programs in elf format. It can modify the library name of the dynamic link library and the RPATH of the link library. When it is not installed patchelf, Paddle Lite's .so prediction library cannot be linked, so an error will be reported.
Insert picture description here

Solution

Just install the patchelftools here .

sudo apt-get install patchelf

For compilation and deployment, please refer to my other blogs:

Guess you like

Origin blog.csdn.net/qq_45779334/article/details/114557590