mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
All AVR toolchain configuration names must end with _TOOLCHAIN to work properly with nuttx/tools/testbuilds.sh
This commit is contained in:
@@ -203,7 +203,7 @@ Buildroot:
|
|||||||
at ../buildroot/build_avr. Edit the setenv.sh file if
|
at ../buildroot/build_avr. Edit the setenv.sh file if
|
||||||
this is not the case.
|
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.
|
.config file.
|
||||||
|
|
||||||
WinAVR:
|
WinAVR:
|
||||||
@@ -214,7 +214,7 @@ WinAVR:
|
|||||||
It is assumed in some places that WinAVR is installed at C:/WinAVR. Edit the
|
It is assumed in some places that WinAVR is installed at C:/WinAVR. Edit the
|
||||||
setenv.sh file if this is not the case.
|
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.
|
.config file.
|
||||||
|
|
||||||
WARNING: There is an incompatible version of cygwin.dll in the WinAVR/bin
|
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:
|
For Linux, there are widely available avr-gcc packages. On Ubuntu, use:
|
||||||
sudo apt-get install gcc-avr gdb-avr avr-libc
|
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.
|
.config file.
|
||||||
|
|
||||||
Mac OS X:
|
Mac OS X:
|
||||||
@@ -522,7 +522,7 @@ Common Configuration Notes
|
|||||||
|
|
||||||
CONFIG_HOST_WINDOWS=y
|
CONFIG_HOST_WINDOWS=y
|
||||||
CONFIG_WINDOWS_CYGWIN=y
|
CONFIG_WINDOWS_CYGWIN=y
|
||||||
CONFIG_AVR_BUILDROOT=y
|
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||||
|
|
||||||
Configuration Sub-Directories
|
Configuration Sub-Directories
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|||||||
@@ -79,8 +79,8 @@ CONFIG_ARCH_CHIP_ATMEGA=y
|
|||||||
#
|
#
|
||||||
# AVR Configuration Options
|
# AVR Configuration Options
|
||||||
#
|
#
|
||||||
# CONFIG_AVR_WINAVR is not set
|
# CONFIG_AVR_WINAVR_TOOLCHAIN is not set
|
||||||
CONFIG_AVR_BUILDROOT=y
|
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||||
# CONFIG_AVR_USART1 is not set
|
# CONFIG_AVR_USART1 is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -81,8 +81,8 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||||||
#
|
#
|
||||||
# AVR Configuration Options
|
# AVR Configuration Options
|
||||||
#
|
#
|
||||||
CONFIG_AVR_WINAVR=y
|
CONFIG_AVR_WINAVR_TOOLCHAIN=y
|
||||||
# CONFIG_AVR_BUILDROOT is not set
|
# CONFIG_AVR_BUILDROOT_TOOLCHAIN is not set
|
||||||
# CONFIG_AVR_USART1 is not set
|
# CONFIG_AVR_USART1 is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -104,9 +104,9 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||||||
#
|
#
|
||||||
# AVR Configuration Options
|
# AVR Configuration Options
|
||||||
#
|
#
|
||||||
# CONFIG_AVR_WINAVR is not set
|
# CONFIG_AVR_WINAVR_TOOLCHAIN is not set
|
||||||
CONFIG_AVR_ATMEL_AVR_TOOLCHAIN=y
|
CONFIG_AVR_ATMEL_AVR_TOOLCHAIN=y
|
||||||
# CONFIG_AVR_BUILDROOT is not set
|
# CONFIG_AVR_BUILDROOT_TOOLCHAIN is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Atmel AVR Toolchain options
|
# Atmel AVR Toolchain options
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ Buildroot:
|
|||||||
at ../buildroot/build_avr. Edit the setenv.sh file if
|
at ../buildroot/build_avr. Edit the setenv.sh file if
|
||||||
this is not the case.
|
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.
|
.config file.
|
||||||
|
|
||||||
WinAVR:
|
WinAVR:
|
||||||
@@ -227,7 +227,7 @@ WinAVR:
|
|||||||
It is assumed in some places that WinAVR is installed at C:/WinAVR. Edit the
|
It is assumed in some places that WinAVR is installed at C:/WinAVR. Edit the
|
||||||
setenv.sh file if this is not the case.
|
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.
|
.config file.
|
||||||
|
|
||||||
WARNING: There is an incompatible version of cygwin.dll in the WinAVR/bin
|
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:
|
For Linux, there are widely available avr-gcc packages. On Ubuntu, use:
|
||||||
sudo apt-get install gcc-avr gdb-avr avr-libc
|
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.
|
.config file.
|
||||||
|
|
||||||
Mac OS X:
|
Mac OS X:
|
||||||
@@ -542,7 +542,7 @@ Common Configuration Notes
|
|||||||
|
|
||||||
CONFIG_HOST_WINDOWS=y
|
CONFIG_HOST_WINDOWS=y
|
||||||
CONFIG_WINDOWS_CYGWIN=y
|
CONFIG_WINDOWS_CYGWIN=y
|
||||||
CONFIG_AVR_BUILDROOT=y
|
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||||
|
|
||||||
Configuration Sub-Directories
|
Configuration Sub-Directories
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|||||||
@@ -79,8 +79,8 @@ CONFIG_ARCH_CHIP_AT90USB=y
|
|||||||
#
|
#
|
||||||
# AVR Configuration Options
|
# AVR Configuration Options
|
||||||
#
|
#
|
||||||
# CONFIG_AVR_WINAVR is not set
|
# CONFIG_AVR_WINAVR_TOOLCHAIN is not set
|
||||||
CONFIG_AVR_BUILDROOT=y
|
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# AT90USB Configuration Options
|
# AT90USB Configuration Options
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||||||
#
|
#
|
||||||
# AVR Configuration Options
|
# AVR Configuration Options
|
||||||
#
|
#
|
||||||
CONFIG_AVR_CROSSPACK=y
|
CONFIG_AVR_CROSSPACK_TOOLCHAIN=y
|
||||||
# CONFIG_AVR_USART1 is not set
|
# CONFIG_AVR_USART1 is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||||||
#
|
#
|
||||||
# AVR Configuration Options
|
# AVR Configuration Options
|
||||||
#
|
#
|
||||||
CONFIG_AVR_CROSSPACK=y
|
CONFIG_AVR_CROSSPACK_TOOLCHAIN=y
|
||||||
# CONFIG_AVR_USART1 is not set
|
# CONFIG_AVR_USART1 is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -220,7 +220,7 @@ Buildroot:
|
|||||||
at ../buildroot/build_avr. Edit the setenv.sh file if
|
at ../buildroot/build_avr. Edit the setenv.sh file if
|
||||||
this is not the case.
|
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.
|
.config file.
|
||||||
|
|
||||||
WinAVR:
|
WinAVR:
|
||||||
@@ -231,7 +231,7 @@ WinAVR:
|
|||||||
It is assumed in some places that WinAVR is installed at C:/WinAVR. Edit the
|
It is assumed in some places that WinAVR is installed at C:/WinAVR. Edit the
|
||||||
setenv.sh file if this is not the case.
|
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.
|
.config file.
|
||||||
|
|
||||||
WARNING: There is an incompatible version of cygwin.dll in the WinAVR/bin
|
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:
|
For Linux, there are widely available avr-gcc packages. On Ubuntu, use:
|
||||||
sudo apt-get install gcc-avr gdb-avr avr-libc
|
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.
|
.config file.
|
||||||
|
|
||||||
Mac OS X:
|
Mac OS X:
|
||||||
@@ -579,7 +579,7 @@ Common Configuration Notes
|
|||||||
|
|
||||||
CONFIG_HOST_WINDOWS=y
|
CONFIG_HOST_WINDOWS=y
|
||||||
CONFIG_WINDOWS_CYGWIN=y
|
CONFIG_WINDOWS_CYGWIN=y
|
||||||
CONFIG_AVR_BUILDROOT=y
|
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||||
|
|
||||||
Configuration Sub-Directories
|
Configuration Sub-Directories
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|||||||
@@ -80,9 +80,9 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||||||
#
|
#
|
||||||
# AVR Configuration Options
|
# 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_ATMEL_AVR_TOOLCHAIN is not set
|
||||||
CONFIG_AVR_BUILDROOT=y
|
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# AT90USB Configuration Options
|
# AT90USB Configuration Options
|
||||||
|
|||||||
@@ -80,9 +80,9 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||||||
#
|
#
|
||||||
# AVR Configuration Options
|
# 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_ATMEL_AVR_TOOLCHAIN is not set
|
||||||
CONFIG_AVR_BUILDROOT=y
|
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# AT90USB Configuration Options
|
# AT90USB Configuration Options
|
||||||
|
|||||||
@@ -80,9 +80,9 @@ CONFIG_ARCH_FAMILY_AVR=y
|
|||||||
#
|
#
|
||||||
# AVR Configuration Options
|
# 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_ATMEL_AVR_TOOLCHAIN is not set
|
||||||
CONFIG_AVR_BUILDROOT=y
|
CONFIG_AVR_BUILDROOT_TOOLCHAIN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# AT90USB Configuration Options
|
# AT90USB Configuration Options
|
||||||
|
|||||||
Reference in New Issue
Block a user