On 2 February 2013 10:45, Hardik Gohil <[email protected]> wrote: > Hello > > > I am following cross-compiled linux from scratch.now i am > developing cross-compiler tools > > while compiling uclibc using make -j i am getting error: > > > /bin/sh: 1: armv7a-unknown-linux-uclibceabi-gcc: not found > make: armv7a-unknown-linux-uclibceabi-gcc: Command not found
Make sure to have the compiler in your PATH (or use an absolute path). HTH, _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
