Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section 3-chroot/072-grub - need check mess in re-link (needed as.gnu also) #64

Closed
Cerberios opened this issue Jan 5, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Cerberios
Copy link

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.

  1. It shows "/usr/bin/gcc - no such file"
    Need to add ln -sv gcc.gnu /usr/bin/gcc
  2. 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
@andzai1995
Copy link

Read #23

@dslm4515 dslm4515 added the duplicate This issue or pull request already exists label Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants