Wince command line compilation

Source: Internet
Author: User

 

Accelerate the compilation of Windows CE 6.0 drivers and BSP Methods

Author: Lai yuping (auly) aulyp@163.com

Under wince, if we need to change our driver or BSP, we do not need to re-compile the entire project: When we change the BSP or driver, there is no need to re-compile the entire OS, so we can discuss it in several situations.
ChangedOALLayer Code: Select "build" in the menu and then "Open release directory in build window ", in this doscommand line window, enter the directory under your oal layer (note that it is the root directory of the oal layer. Do not go to the folder in oal to compile it. You must compile it on the oal layer, in this way, the Lib of the oal part will be re-compiled.) Run "build" and the compiled oal Layer Code will be automatically copied to your release directory, switch to the release directory of your project and run "make image.
Modified the driver code.: Same as the above method, you only need to enter the directory of the driver to be compiled and execute "build ", or run "Build-c" to force all files to be recompiled.
Changed*. Bib, *. RegAnd other configuration files: Directly copy these files to the release directory, and then make image.
ChangedEbootCode: Call "build" directly, because you only need eboot. Bin and execute "build" to generate eboot. bin. You do not need to execute make image.

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.