We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to build emulation ONIE following doc at: https://github.com/opencomputeproject/onie/blob/master/emulation/README-onie-vm.md
I run in Debian 10 but during the Build a self-signed shim efi bootloader I face following error:
[ERROR] make[2]: *** [Makefile:179: sub-make] Error 2 [ERROR] [ERROR] >> [ERROR] >> Build failed in step 'Installing kernel headers' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@376] [ERROR] >> called from: do_kernel_headers[scripts/build/kernel/linux.sh@64] [ERROR] >> called from: main[scripts/crosstool-NG.sh@696]
I search about it and I found that version of crosstool 1.24.0 is deprecated but there are no higher version on onie mirror repository.
Someone can explain some workaround
Regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to build emulation ONIE following doc at: https://github.com/opencomputeproject/onie/blob/master/emulation/README-onie-vm.md
I run in Debian 10 but during the Build a self-signed shim efi bootloader I face following error:
[ERROR] make[2]: *** [Makefile:179: sub-make] Error 2
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Installing kernel headers'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@376]
[ERROR] >> called from: do_kernel_headers[scripts/build/kernel/linux.sh@64]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@696]
I search about it and I found that version of crosstool 1.24.0 is deprecated but there are no higher version on onie mirror repository.
Someone can explain some workaround
Regards
The text was updated successfully, but these errors were encountered: