Compilation terminated????

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compilation terminated????

1,130 Views
pradeepmp
Contributor II

while compiling my kernel(downloaded from freescale.org;wandboard-org/linux at wandboard_imx_3.14.28_1.0.0_ga · GitHub​ ), it was showing some files which are corrupted while downloading but i use to copy-paste the original ones(source code available in Internet) by deleting contents of corrupted ones now it is showing following fatal error. i don't know how to resolve this, please help in in resolving this problem.

arch/x86/kernel/early_printk.c:14:29: fatal error: xen/hvc-console.h: No such file or directory

#include <xen/hvc-console.h>

                             ^

compilation terminated.

make[2]: *** [arch/x86/kernel/early_printk.o] Error 1

make[1]: *** [arch/x86/kernel] Error 2

make: *** [arch/x86] Error 2

thanks in advance

0 Kudos
1 Reply

553 Views
daiane_angolini
NXP Employee
NXP Employee

please download the source code using git clone.

please make sure you are using the right branch.

And, please, double check your toolchain is exported

0 Kudos