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

Subversion Repositories mlite

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 192 to Rev 193
    Reverse comparison

Rev 192 → Rev 193

/trunk/tools/makefile
9,20 → 9,24
#RM = rm -rf
#BIN_MIPS = ../../mips/sde/bin
#VHDL_DIR = ../vhdl
#GCC_MIPS = $(BIN_MIPS)/gcc $(CFLAGS)
#AS_MIPS = $(BIN_MIPS)/as
#LD_MIPS = $(BIN_MIPS)/ld
#DUMP_MIPS = $(BIN_MIPS)/objdump
 
# Customize for Windows
CC_X86 = cl /O1
CP = copy
RM = del
BIN_MIPS = ../gccmips_elf
BIN_MIPS = ..\gccmips_elf
VHDL_DIR = ..\vhdl
GCC_MIPS = $(BIN_MIPS)\gcc $(CFLAGS)
AS_MIPS = $(BIN_MIPS)\as
LD_MIPS = $(BIN_MIPS)\ld
DUMP_MIPS = $(BIN_MIPS)\objdump
 
CFLAGS = -O2 -Wall -c -s
 
GCC_MIPS = $(BIN_MIPS)/gcc $(CFLAGS)
AS_MIPS = $(BIN_MIPS)/as
LD_MIPS = $(BIN_MIPS)/ld
DUMP_MIPS = $(BIN_MIPS)/objdump
 
all: convert_bin.exe tracehex.exe bintohex.exe ram_image.exe
@echo make targets = count, opcodes, pi, test, run, tohex, toimage, rtos

powered by: WebSVN 2.1.0

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