Johnneylee Rollins wrote: > root:/sources/linux-2.6.30.2# make LANG=en_US.UTF-8 LC_ALL= menuconfig > HOSTCC scripts/basic/fixdep > scripts/basic/fixdep.c: In function ‘traps’:
> gcc: error trying to exec 'as': execvp: No such file or directory > make[1]: *** [scripts/basic/fixdep] Error 1 > make: *** [scripts_basic] Error 2 > root:/sources/linux-2.6.30.2# > > That's what I got when I tried to run the first command. Does this > mean that GCC is broken? > What should I do from here? Everything else went brilliantly. It looks like it can't find the assembler. You should have /usr/bin/as. That's built as a part of binutils. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
