FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
5547 Discussions

Not able to compile linux kernel

shuy
Beginner
384 Views

Capture.JPGI am upgrading Linux kernel o f my design with failure. The make zImage ended with error of failed to make.

 

 

0 Kudos
1 Solution
Fawaz_Al-Jubori
Employee
199 Views

Hello,

probably there is something missing in your machine.

Please make sure that all the following packs are installed:

 

$ sudo apt-get update

$ sudo apt-get upgrade

$ sudo apt-get install phablet-tools sed wget cvs subversion git-core coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat help2man make gcc build-essential g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff libtool xterm lib32z1

 

Furthermore, If your host is running 64bit:

$ sudo apt-get install ia32-libs lib32stdc++6

 

 

Hope this might help.

 

Thank you

 

 

View solution in original post

2 Replies
Fawaz_Al-Jubori
Employee
200 Views

Hello,

probably there is something missing in your machine.

Please make sure that all the following packs are installed:

 

$ sudo apt-get update

$ sudo apt-get upgrade

$ sudo apt-get install phablet-tools sed wget cvs subversion git-core coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat help2man make gcc build-essential g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff libtool xterm lib32z1

 

Furthermore, If your host is running 64bit:

$ sudo apt-get install ia32-libs lib32stdc++6

 

 

Hope this might help.

 

Thank you

 

 

shuy
Beginner
199 Views

Hello fjumaah,

Thank you for your help. I can compile and boot my kernel successfuly.

I appreciate yor help

Reply