-
Notifications
You must be signed in to change notification settings - Fork 393
Description
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