(file) Return to build-notes.txt CVS log (file) (dir) Up to [Pegasus] / pegasus / vxworks / doc

File: [Pegasus] / pegasus / vxworks / doc / Attic / build-notes.txt (download)
Revision: 1.1.2.3, Fri Oct 19 17:26:43 2007 UTC (16 years, 8 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
CVS Tags: TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-2008-10-23
Changes since 1.1.2.2: +5 -0 lines
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

VXWorks is built with these environment variables:

    PEGASUS_PLATFORM=VXWORKS_PENTIUM_GNU
    PEGASUS_ROOT=<source-distribution-root>
    PEGASUS_HOME=<build-directory-path>
    PEGASUS_DISABLE_PROV_USERCTXT=1
    PEGASUS_DEFAULT_ENABLE_OOP=false

Individual program and libraries can be moved to $PEGASUS_HOME/romfs
by just typing "make romfs". Programs are moved to $PEGASUS_HOME/romfs/bin
and libraries are moved to $PEGASUS_HOME/romfs/lib.

A VXWorks simulator image (that includes the romfs above) can be built by
typing "make" in this directory.

ROMFS:
======

Must create /romfs/lib directory on root machine.

How to create a msdos file system:
==================================

dd if=/dev/zero of=rootfs bs=1M count=1 seek=8192
mkfs.msdos -F rootfs

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2