mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
Fix error in NxWM makefile that creapt in with recent check-ins
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4787 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -926,7 +926,46 @@ Where <subdir> is one of the following:
|
|||||||
|
|
||||||
Documentation for installing the NxWM unit test can be found here:
|
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 stm3220g-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:
|
ostest:
|
||||||
------
|
------
|
||||||
|
|||||||
@@ -1127,7 +1127,46 @@ Where <subdir> is one of the following:
|
|||||||
|
|
||||||
Documentation for installing the NxWM unit test can be found here:
|
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:
|
ostest:
|
||||||
------
|
------
|
||||||
|
|||||||
Reference in New Issue
Block a user