mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
DK-TM4C129X: Switch to Windows/Cygwin + CodeSourcery
This commit is contained in:
@@ -8,10 +8,14 @@
|
|||||||
#
|
#
|
||||||
# CONFIG_EXPERIMENTAL is not set
|
# CONFIG_EXPERIMENTAL is not set
|
||||||
# CONFIG_DEFAULT_SMALL is not set
|
# CONFIG_DEFAULT_SMALL is not set
|
||||||
CONFIG_HOST_LINUX=y
|
# CONFIG_HOST_LINUX is not set
|
||||||
# CONFIG_HOST_OSX is not set
|
# CONFIG_HOST_OSX is not set
|
||||||
# CONFIG_HOST_WINDOWS is not set
|
CONFIG_HOST_WINDOWS=y
|
||||||
# CONFIG_HOST_OTHER is not set
|
# CONFIG_HOST_OTHER is not set
|
||||||
|
# CONFIG_WINDOWS_NATIVE is not set
|
||||||
|
CONFIG_WINDOWS_CYGWIN=y
|
||||||
|
# CONFIG_WINDOWS_MSYS is not set
|
||||||
|
# CONFIG_WINDOWS_OTHER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build Configuration
|
# Build Configuration
|
||||||
@@ -109,11 +113,16 @@ CONFIG_ARCH_HAVE_FPU=y
|
|||||||
#
|
#
|
||||||
# ARMV7M Configuration Options
|
# ARMV7M Configuration Options
|
||||||
#
|
#
|
||||||
CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y
|
# CONFIG_ARMV7M_TOOLCHAIN_ATOLLIC is not set
|
||||||
|
# CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT is not set
|
||||||
# CONFIG_ARMV7M_TOOLCHAIN_CODEREDL is not set
|
# CONFIG_ARMV7M_TOOLCHAIN_CODEREDL is not set
|
||||||
|
# CONFIG_ARMV7M_TOOLCHAIN_CODEREDW is not set
|
||||||
# CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYL is not set
|
# CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYL is not set
|
||||||
|
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y
|
||||||
|
# CONFIG_ARMV7M_TOOLCHAIN_DEVKITARM is not set
|
||||||
# CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL is not set
|
# CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL is not set
|
||||||
CONFIG_ARMV7M_OABI_TOOLCHAIN=y
|
# CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIW is not set
|
||||||
|
# CONFIG_ARMV7M_TOOLCHAIN_RAISONANCE is not set
|
||||||
# CONFIG_ARMV7M_ITMSYSLOG is not set
|
# CONFIG_ARMV7M_ITMSYSLOG is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -121,8 +130,8 @@ CONFIG_ARMV7M_OABI_TOOLCHAIN=y
|
|||||||
#
|
#
|
||||||
# CONFIG_ARCH_CHIP_TM4C123GH6ZRB is not set
|
# CONFIG_ARCH_CHIP_TM4C123GH6ZRB is not set
|
||||||
# CONFIG_ARCH_CHIP_TM4C123GH6PMI is not set
|
# CONFIG_ARCH_CHIP_TM4C123GH6PMI is not set
|
||||||
CONFIG_ARCH_CHIP_TM4C129XNC=y
|
|
||||||
# CONFIG_ARCH_CHIP_TM4C1294NC is not set
|
# CONFIG_ARCH_CHIP_TM4C1294NC is not set
|
||||||
|
CONFIG_ARCH_CHIP_TM4C129XNC=y
|
||||||
# CONFIG_ARCH_CHIP_CC3200 is not set
|
# CONFIG_ARCH_CHIP_CC3200 is not set
|
||||||
CONFIG_ARCH_CHIP_TM4C=y
|
CONFIG_ARCH_CHIP_TM4C=y
|
||||||
# CONFIG_TIVA_BOARD_EARLYINIT is not set
|
# CONFIG_TIVA_BOARD_EARLYINIT is not set
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ fi
|
|||||||
# toolchain under windows. You will also have to edit this if you install
|
# toolchain under windows. You will also have to edit this if you install
|
||||||
# the CodeSourcery toolchain in any other location
|
# the CodeSourcery toolchain in any other location
|
||||||
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
||||||
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
|
export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
|
||||||
#export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
|
#export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
|
||||||
|
|
||||||
# These are the Cygwin paths to the locations where I installed the Atollic
|
# These are the Cygwin paths to the locations where I installed the Atollic
|
||||||
@@ -64,7 +64,7 @@ fi
|
|||||||
|
|
||||||
# This is the Cygwin path to the location where I build the buildroot
|
# This is the Cygwin path to the location where I build the buildroot
|
||||||
# toolchain.
|
# toolchain.
|
||||||
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
||||||
|
|
||||||
# The dk-tm4c129x/tools directory
|
# The dk-tm4c129x/tools directory
|
||||||
export TOOL_DIR="${WD}/configs/dk-tm4c129x/tools"
|
export TOOL_DIR="${WD}/configs/dk-tm4c129x/tools"
|
||||||
|
|||||||
Reference in New Issue
Block a user