summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm3240g-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-30 16:52:56 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-30 16:52:56 +0000
commitffed7a29dbd8338bc3cfb86010f3a738b0d60fd9 (patch)
treeac26f6e33ea5e2037850b8a2cb071024102052a9 /nuttx/configs/stm3240g-eval
parent2bbc9f8078559062a1307e5b2e41f707b54389f3 (diff)
Fix error in NxWM makefile that creapt in with recent check-ins
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4787 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm3240g-eval')
-rwxr-xr-xnuttx/configs/stm3240g-eval/README.txt41
1 files changed, 40 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index acf94fadcf..d64a5d1c81 100755
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -1127,7 +1127,46 @@ Where <subdir> is one of the following:
Documentation for installing the NxWM unit test can be found here:
- trunk/NxWidgets/UnitTests/READEM.txt
+ trunk/NxWidgets/UnitTests/README.txt
+
+ Here is the quick summary of the build steps:
+
+ 1. Intall the nxwm configuration
+
+ $ cd ~/nuttx/trunk/nuttx/tools
+ $ ./configure.sh stm3240g-eval/nxwm
+
+ 2. Make the build context (only)
+
+ $ cd ..
+ $ . ./setenv.sh
+ $ make context
+ ...
+
+ 3. Install the nxwm unit test
+
+ $ cd ~/nuttx/trunk/NxWidgets
+ $ tools/install.sh ~/nuttx/trunk/apps nxwm
+ Creating symbolic link
+ - To ~/nuttx/trunk/NxWidgets/UnitTests/nxwm
+ - At ~/nuttx/trunk/apps/external
+
+ 4. Build the NxWidgets library
+
+ $ cd ~/nuttx/trunk/NxWidgets/libnxwidgets
+ $ make TOPDIR=~/nuttx/trunk/nuttx
+ ...
+
+ 5. Build the NxWM library
+
+ $ cd ~/nuttx/trunk/NxWidgets/nxwm
+ $ make TOPDIR=~//nuttx/trunk/nuttx
+ ...
+
+ 6. Built NuttX with the installed unit test as the application
+
+ $ cd ~/nuttx/trunk/nuttx
+ $ make
ostest:
------