summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-05 23:01:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-05 23:01:51 +0000
commit504aab67db9f7d0ec7996796add85d2d4b798ae4 (patch)
tree45a9691ce93905db40ba6d2056b1cce17f30798e /nuttx/configs/micropendous3
parent985473319cd77dd5e966c56a915dfea45222f613 (diff)
downloadnuttx-504aab67db9f7d0ec7996796add85d2d4b798ae4.tar.gz
nuttx-504aab67db9f7d0ec7996796add85d2d4b798ae4.tar.bz2
nuttx-504aab67db9f7d0ec7996796add85d2d4b798ae4.zip
Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools are not called abc-nuttx-elf instead of abc-elf
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5213 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/micropendous3')
-rw-r--r--nuttx/configs/micropendous3/README.txt2
-rw-r--r--nuttx/configs/micropendous3/hello/Make.defs2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/micropendous3/README.txt b/nuttx/configs/micropendous3/README.txt
index e7b2041aa..c05f1ddd5 100644
--- a/nuttx/configs/micropendous3/README.txt
+++ b/nuttx/configs/micropendous3/README.txt
@@ -523,7 +523,7 @@ Where <subdir> is one of the following:
FLASH/SRAM Requirements (as of 6/16/2011):
- $ avr-elf-size nuttx
+ $ avr-nuttx-elf-size nuttx
text data bss dec hex filename
24816 978 308 26102 65f6 nuttx
diff --git a/nuttx/configs/micropendous3/hello/Make.defs b/nuttx/configs/micropendous3/hello/Make.defs
index 058f16690..178f35556 100644
--- a/nuttx/configs/micropendous3/hello/Make.defs
+++ b/nuttx/configs/micropendous3/hello/Make.defs
@@ -57,7 +57,7 @@ endif
ifeq ($(CONFIG_AVR_BUILDROOT),y)
# NuttX buildroot GCC toolchain under Linux or Cygwin
- CROSSDEV = avr-elf-
+ CROSSDEV = avr-nuttx-elf-
MAXOPTIMIZATION = -O2
ARCHCPUFLAGS = -mmcu=at90usb647
LDFLAGS += -nostartfiles -nodefaultlibs