From b81b86e1f8c8a4aa0e3d85df8148152268f74260 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Jun 2013 17:25:16 -0600 Subject: Updates to README files --- apps/interpreters/README.txt | 13 ++++++++++--- apps/interpreters/ficl/README.txt | 15 ++++++++++----- 2 files changed, 20 insertions(+), 8 deletions(-) (limited to 'apps/interpreters') diff --git a/apps/interpreters/README.txt b/apps/interpreters/README.txt index 9fe39a69c..667268809 100644 --- a/apps/interpreters/README.txt +++ b/apps/interpreters/README.txt @@ -33,7 +33,7 @@ pcode sub-directory. Example: - + ./INSTALL.sh -16 $PWD/../../../apps/interpreters After installation, the NuttX apps/interpresters directory will contain @@ -52,11 +52,18 @@ pcode `-- model-specific source files pashello - + There is a simple Pascal example at apps/examples/pashello. This is the standard "Hello, World!" example written in Pascal and interpreted from Pascal P-Code at runtime. To use this example, place the following in - your appconfig file" + your defonfig file: + + CONFIG_EXAMPLES_PASHELLO=y + CONFIG_INTERPRETERS_PCODE=y + + Old Style (deprecated). In the older configuration files, you would have + used an appconfig file containing the following definitions in order to + accomplish the same thing: # Path to example in apps/examples containing the passhello_main entry point diff --git a/apps/interpreters/ficl/README.txt b/apps/interpreters/ficl/README.txt index bac9f3148..57e370338 100644 --- a/apps/interpreters/ficl/README.txt +++ b/apps/interpreters/ficl/README.txt @@ -29,12 +29,17 @@ information as "recommendations" -- not necessarily proven instructions. For example, './configure.sh ficl-4.1.0' will leave the Makefile fragment 'Make.srcs' in the ficl build directory. -5. Create your NuttX configuration. The appconfig file should include - (1) the path to your application code, and (2) the path to the Ficl - build directory. That latter would appear as the following line in - your appconfig file: +5. Create your NuttX configuration. Using the 'make menuconfig', you + should select: - CONFIGURED_APPS += interpreters/ficl + CONFIG_INTERPRETERS_FICL=y + + Deprecated: In the older style configuration, you would have used + an appconfig file to include (1) the path to your application code, + and (2) the path to the Ficl build directory. That latter would + have appeared as the following line in your appconfig file: + + CONFIGURED_APPS += interpreters/ficl 6. Configure and build NuttX. On successful completion, the Ficl objects will be available in apps/libapps.a and that NuttX binary will be -- cgit v1.2.3