From 50106f0d2a498a5f87cbff2c7949eae6cc93549e Mon Sep 17 00:00:00 2001
From: Gregory Nutt
- cd tools - ./configure.sh <board-name>[/<config-dir>] + tools/configure.sh <board-name>[/<config-dir>]
There is an alternative Windows batch file, configure.bat
, that can be used instead of configure.sh
in the windows native environment like:
- cd tools - configure.bat <board-name>[\<config-dir>] + tools\configure.bat <board-name>[\<config-dir>]
See tools/README.txt
for more information about these scripts.
@@ -1423,8 +1421,7 @@ tools/
then you should also specify the location of the application directory on the command line like:
- cd tools - ./configure.sh -a <app-dir> <board-name>[/<config-dir>] + tools/configure.sh -a <app-dir> <board-name>[/<config-dir>]
diff --git a/Makefile.unix b/Makefile.unix
index 504e0dd556..934f2ad4d8 100644
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -369,8 +369,10 @@ clean_context:
check_context:
$(Q) if [ ! -e ${TOPDIR}/.config -o ! -e ${TOPDIR}/Make.defs ]; then \
- echo "" ; echo "Nuttx has not been configured:" ; \
- echo " cd tools; ./configure.sh