This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gcc+binutils+libc cross-compiling: path to libc.so.6 malformed in "ld".


Kai Ruottu wrote :
If you use the '--prefix=/usr' in your glibc configure and use the suggested

make install_root=$sysroot

to install it below the $sysroot,

OOPS, the 'install' was forgotten, the install command of course should be :


make install_root=$sysroot install


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]