QNX 学习笔记一:导入BSP.

来源:互联网 发布:燕十八php教程第四部 编辑:程序博客网 时间:2024/06/10 10:27

今天开始整 qnx系统。在此介绍学习使用的一些步骤,关于QNX系统的介绍网上有不少资料。

使用BSP的方式有2种:unzip或者import。

import使用较为方便,我们来简单看一下help的介绍:

  1. Select File-->Import.
  2. Expand the QNX folder.
  3. Select QNX Board Support Package from the list. ClickNext.
  4. In the Select the package to import dialog, clickSelect Package, and then choose the BSP archive using the file browser.
  5. Choose the BSP you want. You'll see a description of it.
  6. Click Next.
  7. Uncheck the entries you don't want imported. (By default all the entries are selected.)
  8. Click Next.
  9. Select a working set. Default names are provided for the Working Set Name and theProject Name Prefix that you can override if you choose.
  10. Click Finish. All the projects will be created and the source brought from the archive. You'll then be asked if you want to build all the projects you've imported.

十步搞定:

按照步骤来,操作很简单,上几张图吧。这个是导入选择栏。

这个是编译后生产的Images和Binaries。

0 0