From 4cbf161808a3d24a0e32d879e214bdbe2681bbb8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 7 Nov 2008 00:41:20 +0000 Subject: Add toolchain info git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1150 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ntosd-dm320/README.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'nuttx/configs/ntosd-dm320/README.txt') diff --git a/nuttx/configs/ntosd-dm320/README.txt b/nuttx/configs/ntosd-dm320/README.txt index 6e620f3d6..e05757ecc 100644 --- a/nuttx/configs/ntosd-dm320/README.txt +++ b/nuttx/configs/ntosd-dm320/README.txt @@ -1,6 +1,36 @@ README ^^^^^^ +Toolchain +^^^^^^^^^ + + A GNU GCC-based toolchain is assumed. The files */setenv.sh should + be modified to point to the correct path to the SH toolchain (if + different from the default). + + If you have no SH toolchain, one can be downloaded from the NuttX + SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573). + + 1. You must have already configured Nuttx in nuttx. + + cd tools + ./configure.sh ntosd-dm320/ + + 2. Download the latest buildroot package into + + 3. unpack + + 4. cd /buildroot + + 5. cp configs/arm-defconfig .config + + 6. make oldconfig + + 7. make + + 8. Edit setenv.h so that the PATH variable includes the path to the + newly built binaries. + ARM/DM320-specific Configuration Options ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3