![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Date of this edition: August 16, 2007
Target OS: This BSP is compatible with targets that are running QNX® Neutrino® 6.3.2.
Host OS: In order to install this BSP, you must have already installed QNX Momentics 6.3.2 on one of the following hosts:
Boards supported: my-board-names
Throughout this document, you may see QNX reference numbers associated with particular issues, changes, etc. When corresponding with QNX Technical Support staff about a given issue, please quote the relevant reference number. You might also find the reference numbers useful for tracking issues as they become fixed.
This BSP contains:
Update as appropriate:
Update as appropriate:
Each BSP guide contains board-specific information and instructions on building an OS image for that particular board.
After you've installed the BSP, you'll find some or all of the following in installation_dir (depending on what the BSP includes):
File or directory | Description |
---|---|
uninstall | A script that will uninstall the BSP and its documentation |
images/ | All buildfiles and the Makefile |
install/ | An empty directory where make installs the binaries that it builds from the source code |
prebuilt/ | Prebuilt binaries, libraries, and headers |
src/ | Source code |
Makefile | Control file for building the source code |
setenv.sh | A script that sets up the build environment (to be included in the Makefile) |
source.xml | The XML file that the IDE uses |
docs/usr/help/product/bsp_BSP_name/ | Documentation to be copied to $QNX_TARGET/usr/help/product |
BSP_name_rel.html | Release notes |
For documentation about all your installed BSPs, see $QNX_TARGET/usr/help/product/bsp_index.html.
The "roadmap" page (e.g. from the Windows XP start menu: ) contains links to the various HTML booksets that accompany the OS: System Architecture, Building Embedded Systems, Programmer's Guide, Library Reference, Utilities Reference, etc.
This version of the BSP provides fixes the following issues:
Workaround: For a binary-only BSP, change these lines in the root Makefile:
all: install links $(if $(wildcard images/*),images) @echo done
to the following:
all: prebuilt links $(if $(wildcard images/*),images) @echo done
ksh ./uninstall
Explain how people can reach you for technical support.