FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5874 Discussions

Not able to compile linux kernel

shuy
Beginner
527 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
342 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

0 Kudos
2 Replies
Fawaz_Al-Jubori
Employee
343 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

 

 

0 Kudos
shuy
Beginner
342 Views

Hello fjumaah,

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

I appreciate yor help

0 Kudos
Reply