OpenCores
URL https://opencores.org/ocsvn/neo430/neo430/trunk

Subversion Repositories neo430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /neo430/trunk
    from Rev 132 to Rev 133
    Reverse comparison

Rev 132 → Rev 133

/sw/bootloader/Makefile
21,7 → 21,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 05.10.2017 #
# Stephan Nolting, Hannover, Germany 06.10.2017 #
#################################################################################################
 
 
/sw/bootloader/make.bat
21,7 → 21,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 05.10.2017 #
@REM # Stephan Nolting, Hannover, Germany 06.10.2017 #
@REM #################################################################################################
 
 
/sw/common/Makefile
21,7 → 21,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 05.10.2017 #
# Stephan Nolting, Hannover, Germany 06.10.2017 #
#################################################################################################
 
 
52,32 → 52,15
all: $(APP_ASM) $(APP_BIN) neo430_application_image.vhd clean
 
#-------------------------------------------------------------------------------
# Definitions
#-------------------------------------------------------------------------------
# This script is still compatible with the old MSPGCC.
# Use MSPGCC only if you know what you are doing!
# MSPGCC is obsolete!
USE_TIMSP430_GCC = true
 
#-------------------------------------------------------------------------------
# Tools
#-------------------------------------------------------------------------------
#C ompiler tools (obsolete!!!)
ifeq ($(USE_TIMSP430_GCC),false)
AS = $(BIN_PATH)/msp430-as
CC = $(BIN_PATH)/msp430-gcc
LD = $(BIN_PATH)/msp430-ld
OBJDUMP = $(BIN_PATH)/msp430-objdump
OBJCOPY = $(BIN_PATH)/msp430-objcopy
SIZE = $(BIN_PATH)/msp430-size
else
AS = $(BIN_PATH)/msp430-elf-as
CC = $(BIN_PATH)/msp430-elf-gcc
LD = $(BIN_PATH)/msp430-elf-ld
OBJDUMP = $(BIN_PATH)/msp430-elf-objdump
OBJCOPY = $(BIN_PATH)/msp430-elf-objcopy
SIZE = $(BIN_PATH)/msp430-elf-size
endif
AS = $(BIN_PATH)/msp430-elf-as
CC = $(BIN_PATH)/msp430-elf-gcc
LD = $(BIN_PATH)/msp430-elf-ld
OBJDUMP = $(BIN_PATH)/msp430-elf-objdump
OBJCOPY = $(BIN_PATH)/msp430-elf-objcopy
SIZE = $(BIN_PATH)/msp430-elf-size
IMAGE_GEN = $(TOOL_PATH)/image_gen/image_gen
 
# Compiler flags
/sw/common/compile.bat
21,7 → 21,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 05.10.2017 #
@REM # Stephan Nolting, Hannover, Germany 06.10.2017 #
@REM #################################################################################################
 
 
34,28 → 34,13
@REM --------------------------------------------------------------
 
 
@REM This script is still compatible with the old MSPGCC.
@REM Use MSPGCC only if you know what you are doing!
@REM MSPGCC is obsolete!
@set USE_TIMSP430_GCC=true
 
 
@REM Compiler tools (obsolete!!!)
@if %USE_TIMSP430_GCC%==false (
@set AS=%BIN_PATH%\msp430-as
@set CC=%BIN_PATH%\msp430-gcc
@set LD=%BIN_PATH%\msp430-ld
@set OBJDUMP=%BIN_PATH%\msp430-objdump
@set OBJCOPY=%BIN_PATH%\msp430-objcopy
@set SIZE=%BIN_PATH%\msp430-size
) else (
@set AS=%BIN_PATH%\msp430-elf-as
@set CC=%BIN_PATH%\msp430-elf-gcc
@set LD=%BIN_PATH%\msp430-elf-ld
@set OBJDUMP=%BIN_PATH%\msp430-elf-objdump
@set OBJCOPY=%BIN_PATH%\msp430-elf-objcopy
@set SIZE=%BIN_PATH%\msp430-elf-size
)
@REM Compiler tools
@set AS=%BIN_PATH%\msp430-elf-as
@set CC=%BIN_PATH%\msp430-elf-gcc
@set LD=%BIN_PATH%\msp430-elf-ld
@set OBJDUMP=%BIN_PATH%\msp430-elf-objdump
@set OBJCOPY=%BIN_PATH%\msp430-elf-objcopy
@set SIZE=%BIN_PATH%\msp430-elf-size
@set IMAGE_GEN=..\tools\image_gen\image_gen
 
@REM Compiler flags

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.