[yocto] [prelink-cross][PATCH 1/1] debug-for-missing-loader-and-libc

2015-04-06 Thread Maninder Singh
Hi, prelink gives below error message for failure dependency: ./prelink: /test_binary: Could not find one of the dependencies This provides name of dependent library which is missing like below: ./prelink: /test_binary: Could not find one of the dependencies: ./prelink-rtld: error while loading

[yocto] [prelink-cross] [PATCH 1/1] debug-for-missing-loader-and-libc

2015-04-06 Thread Maninder Singh
Hi, During cross prelink if we miss out ld-linux.so.* or libc.so.* It prints below info: ./prelink: /test_binary: Could not parse `prelink-rtld: dl-version.c:219: rtld_check_map_versions: Assertion `needed != ((void *)0)' failed.' And thus we miss actual cause for this failure, by this patch

Re: [yocto] [prelink-cross] [PATCH 1/1] debug-for-missing-loader-and-libc

2015-04-06 Thread Mark Hatle
On 4/6/15 3:37 AM, Maninder Singh wrote: Hi, During cross prelink if we miss out ld-linux.so.* or libc.so.* It prints below info: ./prelink: /test_binary: Could not parse `prelink-rtld: dl-version.c:219: rtld_check_map_versions: Assertion `needed != ((void *)0)' failed.' And thus we