You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build still tries to use clang. Temporarily switch to GCC
mv -v /usr/bin/{gcc,gcc.clang}
ln -sv gcc.gnu /usr/bin/gcc
There a little mess.
It shows "/usr/bin/gcc - no such file"
Need to add ln -sv gcc.gnu /usr/bin/gcc
Reg. this instruction, configure fails with "wrong assembler" - it looking at "as from clang", not GNU
I added ln -sv /usr/bin/as.gnu /usr/bin/as
After these fixes configuration and compile OK
The text was updated successfully, but these errors were encountered:
In section 3-chroot/072-grub
Build still tries to use clang. Temporarily switch to GCC
mv -v /usr/bin/{gcc,gcc.clang}
ln -sv gcc.gnu /usr/bin/gcc
There a little mess.
Need to add ln -sv gcc.gnu /usr/bin/gcc
I added ln -sv /usr/bin/as.gnu /usr/bin/as
After these fixes configuration and compile OK
The text was updated successfully, but these errors were encountered: