>root:/sources/linux-3.10.2# make mrproper
>>make: gcc: Command not found
>
>When you encounter issues like these, don't rely on ldd.
>
>
>Rely on readelf.
>
>
>readelf -e /tools/bin/gcc | grep interpreter
>
>
>or any other binary.
>
>
>Especially when cross compiling, ldd isn't valid. Learn to u
On Jul 28, 2013, at 11:58 AM, Unix User wrote:
root:/sources/linux-3.10.2# make mrproper
make: gcc: Command not found
When you encounter issues like these, don't rely on ldd.
Rely on readelf.
readelf -e /tools/bin/gcc | grep interpreter
or any other binary.
Especially when cross compiling
Dear Mike,
[...]
> This is a slightly ambiguous error from `ldd'. It means
> `/lib64/ld-linux-x86-64.so.2' cannot be found (which you can see below)
> as it is not present in the chroot environment. It doesn't mean the
> binary isn't there. That caught me out when I first saw it too.
[...]
> Ho
On Sun, 2013-07-28 at 17:58 +0100, Unix User wrote:
> Dear list,
>
Hello,
>
> after my last question everything in chapter 5 went fine - now I stuck
> again...
>
>
> In chapter 6.7.1 (Linux api headers):
>
> -8<---
> root:/sources/linux-3.10.2# make mrproper
Dear list,
after my last question everything in chapter 5 went fine - now I stuck again...
In chapter 6.7.1 (Linux api headers):
-8<---
root:/sources/linux-3.10.2# make mrproper
make: gcc: Command not found
-8<---
PATH in chroot