From dabf24aa03088344b0e7c352a46db301e1aec743 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 3 Jan 2008 16:07:17 +0000 Subject: add config file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@482 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/ReleaseNotes | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 misc/buildroot/ReleaseNotes (limited to 'misc/buildroot/ReleaseNotes') diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes new file mode 100644 index 000000000..2fa648b81 --- /dev/null +++ b/misc/buildroot/ReleaseNotes @@ -0,0 +1,30 @@ +ReleaseNotes v0.1.1: +^^^^^^^^^^^^^^^^^^^ + +This is a highly hacked up version of the buildroot (see +http://buildroot.uclibc.org/ . It has been hacked so +that it can be used to build the following NuttX-compatible +toolchains: + +o arm-elf toolchain needed for use with the C5471 (ARM7) and + DM320 (ARM9) ports provided with the NuttX releases. + +o m68k-elf toolchain + +o m68hc11-elf toolchain + +This is NOT a part of the NuttX project and is provided only +for convenience. This package is licensed as GPL (see +http://buildroot.uclibc.org/about.html). + +Instructions: + + -You must have already configured Nuttx in nuttx + -download into + -unpack -cd /buildroot + -cp configs/c5471-defconfig .config + - make oldconfig + - make + +Other configuration files: m68k-defconfig, m68hc11-defconfig + -- cgit v1.2.3