contains bad RPATH while compiling Yocto recipes
Summary The issue arises when compiling Yocto recipes, where the use of -Wl,-rpath=dir in a Makefile causes a “contains bad RPATH” error. This error occurs because the RPATH is set to a path that is not valid in the target system. Root Cause The root cause of this issue is the use of absolute paths … Read more