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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [mp3/] [sw/] [syscall/] [Makefile] - Rev 319

Go to most recent revision | Compare with Previous | Blame | View Log

CCFLAGS = -O2 -g -nostdlib

all: syscall.or32

syscall.or32: syscall.o
        or32-rtems-gcc -nostdlib syscall.o -o syscall.or32
        or32-rtems-objcopy -O binary syscall.or32 syscall.bin   
        ../utils/bin2srec syscall.bin > syscall.srec
        ../utils/bin2hex syscall.bin > syscall.hex
        cp syscall.hex ../../sim/src/flash.in

syscall.o: syscall.S
        or32-rtems-gcc $(CCFLAGS) syscall.S -c -DOR1K   

clean:
        rm -f *.o syscall.or32 *.bin *.srec *.hex

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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