px4-firmware/misc/pascal
patacongo c5d9112de1 Add tools/link.bat, unlink.bat, and copydir.bat
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5419 42af7a65-404d-4744-a932-0658087f49c3
2012-12-08 16:37:43 +00:00
..
doc Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
include Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
insn16 Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
insn32 Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
libpas Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
libpoff Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
nuttx Add tools/link.bat, unlink.bat, and copydir.bat 2012-12-08 16:37:43 +00:00
pascal Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
plink Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
tests Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
ChangeLog Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
Configure Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
Make.config.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
Make.defs Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
Makefile Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
README Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
Reconfigure Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
ReleaseNotes Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
config.info Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
zipme Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00

README

README
^^^^^^

Configuring Pascal
^^^^^^^^^^^^^^^^^^

  cd <pascal-directory>
  ./Configure
  (Answer questions)

Building Pascal
^^^^^^^^^^^^^^^

  cd <pascal-directory>
  make

Installing the NuttX Runtime P-Code Interpreter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  cd <pascal-directory>/nuttx
  ./INSTALL.sh <apps-directory>

See <pascal-directory>/nuttx/README.txt for additional information.