summaryrefslogtreecommitdiff
path: root/misc/buildroot/ReleaseNotes
blob: 68233335b3da9a10290ce39a217daf58c00464a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 TI C5471 (ARM7),
  NXP LPC214x (ARM7), STMicro STR71x (ARM7), and TI DM320
  (ARM9) ports provided with the NuttX releases.

o m68k-elf toolchain (not currently used in any NuttX
  configuration).

o m68hc11-elf toolchain (not currently used in any NuttX
  configuration).

o sh-elf toolchain needed for the SH-1 Nuttx port.

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 <some-dir>nuttx
  -download into <some-dir>
  -unpack -cd <some-dir>/buildroot
  -cp configs/arm-defconfig .config
  - make oldconfig
  - make

Other configuration files: m68k-defconfig, m68hc11-defconfig,
and sh-defconfig.