Ubuntu8.04 Development Environment Settings

Source: Internet
Author: User
Ubuntu8.04 Development Environment Settings-Linux general technology-Linux programming and kernel information, the following is a detailed description. Basic Environment: Ubuntu 8.04, and add the Kubuntu Environment
Material: buildroot, linux kernel 2.6.25.8,

Prepare to compile the kernel:
1. make menuconfig. If it fails, the system prompts that ncurses-devel is missing and libncurses-dev is installed.
2. make xconfig, failed because libqt3-headers and libqt3-mt-dev are missing, install the following package:
Apt-get install libqt3-headers libqt3-mt-dev libqt3-compat-headers libqt3-mt
3. make xconfig again. If it fails, the system prompts that g ++ and apt-get install g ++ are missing.

The xconfig interface under Ubuntu is refreshing and pleasing to the eye.
Make uImage passed.

------------------------------------------------------
Busybox 1.10.2
Make xconfig
Make error. The header file in/work/uceldk/arm/usr/src/linux/include/asm cannot be found.
This directory is actually a symbolic link pointing to/work/uceldk/arm/usr/src/linux/include/asm-arm.
Create this symbolic link.
Make passed.

------------------------------------------------------
U-boot
Make at91sam9260ek_config
Make
Yes. An error cannot be found in the file.
Make distclean and then repeat the above process.

Many other problems exist on the Internet. Let's see the officers go to another place.
Related Article

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.