Cross-compiled directfb on armlinux Platform

Source: Internet
Author: User
Cross-Compilation of directfb on the armlinux platform-general Linux technology-Linux programming and kernel information. The following is a detailed description. Zhang Yifeng

If this is necessary, start to cross-compile directfb to my arm linux platform. The steps are as follows:

1. Download DirectFB-1.2.1.tar.gz

2. Decompress tar xvzf DirectFB-1.2.1.tar.gz

3. Configure the cross-compilation method:

. /Configure -- prefix =/home/xinlian/rootfs/home/directfb -- target = arm-linux -- host = arm-linux LD = arm-linux-ld -- enable-png = no -- enable-freetype = no

Png and freetype are disabled because I have not used them.

4. Compile: make

During compilation, some drivers of the gfxdrivers directory may not be compiled, for example, ti omap. Because these drivers are not available to me, I simply blocked the corresponding items in the makefile in the directory.

5. Install

Make install
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.