gcc not working after LFS 6.0 ch 6.61
I just almost got through chapter 6, but when I chrooted back in using the modified chroot command I could no longer compile things.
I was going to install Tcl, Expect, and DejaGNU, but it didn't work.
So I tried creating the dummy.c (echo 'main(){}').
When I type in cc dummy.c, or gcc dummy.c I get
cc: installation problem, cannot exec 'as': No such file or directory
as is part of binutils...
Does anyone know what I can try to fix it?
|