mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 18:03:19 +00:00
All AVR toolchain configuration names must end with _TOOLCHAIN to work properly with nuttx/tools/testbuilds.sh
This commit is contained in:
parent
5748d55131
commit
bdd5e15fbf
12 changed files with 28 additions and 28 deletions
|
|
@ -203,7 +203,7 @@ Buildroot:
|
|||
at ../buildroot/build_avr. Edit the setenv.sh file if
|
||||
this is not the case.
|
||||
|
||||
After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT=y is set in your
|
||||
After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT_TOOLCHAIN=y is set in your
|
||||
.config file.
|
||||
|
||||
WinAVR:
|
||||
|
|
@ -214,7 +214,7 @@ WinAVR:
|
|||
It is assumed in some places that WinAVR is installed at C:/WinAVR. Edit the
|
||||
setenv.sh file if this is not the case.
|
||||
|
||||
After configuring NuttX, make sure that CONFIG_AVR_WINAVR=y is set in your
|
||||
After configuring NuttX, make sure that CONFIG_AVR_WINAVR_TOOLCHAIN=y is set in your
|
||||
.config file.
|
||||
|
||||
WARNING: There is an incompatible version of cygwin.dll in the WinAVR/bin
|
||||
|
|
@ -226,7 +226,7 @@ Linux:
|
|||
For Linux, there are widely available avr-gcc packages. On Ubuntu, use:
|
||||
sudo apt-get install gcc-avr gdb-avr avr-libc
|
||||
|
||||
After configuring NuttX, make sure that CONFIG_AVR_LINUXGCC=y is set in your
|
||||
After configuring NuttX, make sure that CONFIG_AVR_LINUXGCC_TOOLCHAIN=y is set in your
|
||||
.config file.
|
||||
|
||||
Mac OS X:
|
||||
|
|
@ -522,7 +522,7 @@ Common Configuration Notes
|
|||
|
||||
CONFIG_HOST_WINDOWS=y
|
||||
CONFIG_WINDOWS_CYGWIN=y
|
||||
CONFIG_AVR_BUILDROOT=y
|
||||
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||
|
||||
Configuration Sub-Directories
|
||||
-----------------------------
|
||||
|
|
|
|||
|
|
@ -79,8 +79,8 @@ CONFIG_ARCH_CHIP_ATMEGA=y
|
|||
#
|
||||
# AVR Configuration Options
|
||||
#
|
||||
# CONFIG_AVR_WINAVR is not set
|
||||
CONFIG_AVR_BUILDROOT=y
|
||||
# CONFIG_AVR_WINAVR_TOOLCHAIN is not set
|
||||
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||
# CONFIG_AVR_USART1 is not set
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -81,8 +81,8 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||
#
|
||||
# AVR Configuration Options
|
||||
#
|
||||
CONFIG_AVR_WINAVR=y
|
||||
# CONFIG_AVR_BUILDROOT is not set
|
||||
CONFIG_AVR_WINAVR_TOOLCHAIN=y
|
||||
# CONFIG_AVR_BUILDROOT_TOOLCHAIN is not set
|
||||
# CONFIG_AVR_USART1 is not set
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -104,9 +104,9 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||
#
|
||||
# AVR Configuration Options
|
||||
#
|
||||
# CONFIG_AVR_WINAVR is not set
|
||||
# CONFIG_AVR_WINAVR_TOOLCHAIN is not set
|
||||
CONFIG_AVR_ATMEL_AVR_TOOLCHAIN=y
|
||||
# CONFIG_AVR_BUILDROOT is not set
|
||||
# CONFIG_AVR_BUILDROOT_TOOLCHAIN is not set
|
||||
|
||||
#
|
||||
# Atmel AVR Toolchain options
|
||||
|
|
|
|||
|
|
@ -216,7 +216,7 @@ Buildroot:
|
|||
at ../buildroot/build_avr. Edit the setenv.sh file if
|
||||
this is not the case.
|
||||
|
||||
After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT=y is set in your
|
||||
After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT_TOOLCHAIN=y is set in your
|
||||
.config file.
|
||||
|
||||
WinAVR:
|
||||
|
|
@ -227,7 +227,7 @@ WinAVR:
|
|||
It is assumed in some places that WinAVR is installed at C:/WinAVR. Edit the
|
||||
setenv.sh file if this is not the case.
|
||||
|
||||
After configuring NuttX, make sure that CONFIG_AVR_WINAVR=y is set in your
|
||||
After configuring NuttX, make sure that CONFIG_AVR_WINAVR_TOOLCHAIN=y is set in your
|
||||
.config file.
|
||||
|
||||
WARNING: There is an incompatible version of cygwin.dll in the WinAVR/bin
|
||||
|
|
@ -239,7 +239,7 @@ Linux:
|
|||
For Linux, there are widely available avr-gcc packages. On Ubuntu, use:
|
||||
sudo apt-get install gcc-avr gdb-avr avr-libc
|
||||
|
||||
After configuring NuttX, make sure that CONFIG_AVR_LINUXGCC=y is set in your
|
||||
After configuring NuttX, make sure that CONFIG_AVR_LINUXGCC_TOOLCHAIN=y is set in your
|
||||
.config file.
|
||||
|
||||
Mac OS X:
|
||||
|
|
@ -542,7 +542,7 @@ Common Configuration Notes
|
|||
|
||||
CONFIG_HOST_WINDOWS=y
|
||||
CONFIG_WINDOWS_CYGWIN=y
|
||||
CONFIG_AVR_BUILDROOT=y
|
||||
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||
|
||||
Configuration Sub-Directories
|
||||
-----------------------------
|
||||
|
|
|
|||
|
|
@ -79,8 +79,8 @@ CONFIG_ARCH_CHIP_AT90USB=y
|
|||
#
|
||||
# AVR Configuration Options
|
||||
#
|
||||
# CONFIG_AVR_WINAVR is not set
|
||||
CONFIG_AVR_BUILDROOT=y
|
||||
# CONFIG_AVR_WINAVR_TOOLCHAIN is not set
|
||||
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||
|
||||
#
|
||||
# AT90USB Configuration Options
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||
#
|
||||
# AVR Configuration Options
|
||||
#
|
||||
CONFIG_AVR_CROSSPACK=y
|
||||
CONFIG_AVR_CROSSPACK_TOOLCHAIN=y
|
||||
# CONFIG_AVR_USART1 is not set
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||
#
|
||||
# AVR Configuration Options
|
||||
#
|
||||
CONFIG_AVR_CROSSPACK=y
|
||||
CONFIG_AVR_CROSSPACK_TOOLCHAIN=y
|
||||
# CONFIG_AVR_USART1 is not set
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ Buildroot:
|
|||
at ../buildroot/build_avr. Edit the setenv.sh file if
|
||||
this is not the case.
|
||||
|
||||
After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT=y is set in your
|
||||
After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT_TOOLCHAIN=y is set in your
|
||||
.config file.
|
||||
|
||||
WinAVR:
|
||||
|
|
@ -231,7 +231,7 @@ WinAVR:
|
|||
It is assumed in some places that WinAVR is installed at C:/WinAVR. Edit the
|
||||
setenv.sh file if this is not the case.
|
||||
|
||||
After configuring NuttX, make sure that CONFIG_AVR_WINAVR=y is set in your
|
||||
After configuring NuttX, make sure that CONFIG_AVR_WINAVR_TOOLCHAIN=y is set in your
|
||||
.config file.
|
||||
|
||||
WARNING: There is an incompatible version of cygwin.dll in the WinAVR/bin
|
||||
|
|
@ -249,7 +249,7 @@ Linux:
|
|||
For Linux, there are widely available avr-gcc packages. On Ubuntu, use:
|
||||
sudo apt-get install gcc-avr gdb-avr avr-libc
|
||||
|
||||
After configuring NuttX, make sure that CONFIG_AVR_LINUXGCC=y is set in your
|
||||
After configuring NuttX, make sure that CONFIG_AVR_LINUXGCC_TOOLCHAIN=y is set in your
|
||||
.config file.
|
||||
|
||||
Mac OS X:
|
||||
|
|
@ -579,7 +579,7 @@ Common Configuration Notes
|
|||
|
||||
CONFIG_HOST_WINDOWS=y
|
||||
CONFIG_WINDOWS_CYGWIN=y
|
||||
CONFIG_AVR_BUILDROOT=y
|
||||
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||
|
||||
Configuration Sub-Directories
|
||||
-----------------------------
|
||||
|
|
|
|||
|
|
@ -80,9 +80,9 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||
#
|
||||
# AVR Configuration Options
|
||||
#
|
||||
# CONFIG_AVR_WINAVR is not set
|
||||
# CONFIG_AVR_WINAVR_TOOLCHAIN is not set
|
||||
# CONFIG_AVR_ATMEL_AVR_TOOLCHAIN is not set
|
||||
CONFIG_AVR_BUILDROOT=y
|
||||
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||
|
||||
#
|
||||
# AT90USB Configuration Options
|
||||
|
|
|
|||
|
|
@ -80,9 +80,9 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||
#
|
||||
# AVR Configuration Options
|
||||
#
|
||||
# CONFIG_AVR_WINAVR is not set
|
||||
# CONFIG_AVR_WINAVR_TOOLCHAIN is not set
|
||||
# CONFIG_AVR_ATMEL_AVR_TOOLCHAIN is not set
|
||||
CONFIG_AVR_BUILDROOT=y
|
||||
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||
|
||||
#
|
||||
# AT90USB Configuration Options
|
||||
|
|
|
|||
|
|
@ -80,9 +80,9 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||
#
|
||||
# AVR Configuration Options
|
||||
#
|
||||
# CONFIG_AVR_WINAVR is not set
|
||||
# CONFIG_AVR_WINAVR_TOOLCHAIN is not set
|
||||
# CONFIG_AVR_ATMEL_AVR_TOOLCHAIN is not set
|
||||
CONFIG_AVR_BUILDROOT=y
|
||||
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||
|
||||
#
|
||||
# AT90USB Configuration Options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue