Centos 6.5 compiling Lilo 22.8

Source: Internet
Author: User

Centos 6.5 compiling Lilo 22.8
A bug is being investigated recently. The detailed investigation result of this bug is described in the next blog. During this bug investigation, compilation of bootloader-LILO is involved.
LILO's HomePage: http://lilo.alioth.debian.org/
After downloading and unzipping, make reports the following error message:

 
 
  1. [root@localhost lilo-22.8]# make all
  2. ./checkit
  3. GCC version 2.91 or later is required
  4. gcc version 4.4.7
  5. OKAY

  6. AS86 version 0.16.10 or later is required
  7. as86 is not present

  8. LD86 version 0.16.10 or later is required
  9. ld86 is not present

  10. BCC version 0.16.10 or later is recommended
  11. bcc is not present
  12. You will not be able to make floppy2, diag2.img, or lilo.com
  13. make: *** [test.img] Error 1
Cause: To compile LILO, a 16-bit and 32-bit assembly compiler as86 is required. Currently, this tool has not been installed in our compilation environment.
By using.
 
 
  1. sudo yum install dev86

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.