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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [tools/] [makefile] - Diff between revs 42 and 47

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 42 Rev 47
Line 1... Line 1...
all: convert.exe mlite.exe tracehex.exe
CC = cl
 
#CC = gcc_x86
 
 
 
all: convert.exe mlite.exe tracehex.exe bintohex.exe
 
 
convert.exe: convert.c
convert.exe: convert.c
        @cl convert.c
        @$(CC) -o convert.exe convert.c
 
 
mlite.exe: mlite.c
mlite.exe: mlite.c
        @cl mlite.c
        @$(CC) -o mlite.exe mlite.c
 
 
tracehex.exe: tracehex.c
tracehex.exe: tracehex.c
        @cl tracehex.c
        @$(CC) -o tracehex.exe tracehex.c
 
 
 
bintohex.exe: bintohex.c
 
        @$(CC) -o bintohex.exe bintohex.c
 
 
 
tohex:
 
        bintohex test2.exe 8192
 
        copy code*.hex ..\vhdl
 
 
opcodes: all
opcodes: all
        as -o opcodes.o opcodes.asm
        as -o opcodes.o opcodes.asm
        ld -Ttext 0 -eentry -Map test.map -s -N -o test.exe opcodes.o
        ld -Ttext 0 -eentry -Map test.map -s -N -o test.exe opcodes.o
        -@objdump --disassemble test.exe > test.lst
        -@objdump --disassemble test.exe > test.lst

powered by: WebSVN 2.1.0

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