9
0
Fork 0
nuttx-bb/misc/pascal
patacongo 7e64359831 Update to use stdint/stdbool.h
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2382 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2009-12-18 15:23:56 +00:00
..
doc Documentation 2008-01-05 13:43:03 +00:00
include Update to use stdint/stdbool.h 2009-12-18 14:56:25 +00:00
insn16 changes for build with SDCC toolchain 2008-02-07 01:49:38 +00:00
insn32 Standardize to big-endian binary 2008-02-06 15:24:18 +00:00
libpas Update to use stdint/stdbool.h 2009-12-18 15:23:56 +00:00
libpoff changes for build with SDCC toolchain 2008-02-07 01:49:38 +00:00
nuttx Standardize to big-endian binary 2008-02-06 15:24:18 +00:00
pascal Standardize to big-endian binary 2008-02-06 15:24:18 +00:00
plink Standardize to big-endian binary 2008-02-06 15:24:18 +00:00
tests Break big case statement into smaller case statements 2008-02-06 23:43:05 +00:00
ChangeLog Prep for 0.1.2 release 2008-02-10 14:09:38 +00:00
Configure Add config scripts 2008-01-05 14:10:22 +00:00
Make.config.h Add config scripts 2008-01-05 14:10:22 +00:00
Make.defs Add config scripts 2008-01-05 14:10:22 +00:00
Makefile Pascal 2008-01-04 22:52:02 +00:00
README Release notes, change log, README 2008-01-05 17:18:06 +00:00
Reconfigure Add config scripts 2008-01-05 14:10:22 +00:00
ReleaseNotes Prep for 0.1.2 release 2008-02-10 14:09:38 +00:00
config.info Add configuration for toolchains without libm 2008-01-06 20:46:45 +00:00
zipme bad directory 2008-01-05 16:55: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 <nuttx-directory>