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

Subversion Repositories open8_urisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /open8_urisc/trunk/Open8 Tools/open8_src/open8_link
    from Rev 178 to Rev 290
    Reverse comparison

Rev 178 → Rev 290

/main.c
72,7 → 72,7
i = FAILED;
 
if (i == FAILED) {
printf("\nOpen8 Linker v0.9\n\n");
printf("\nOpen8 Linker v1.0 (built May 3, 2021)\n\n");
printf("Based on WLA assembler by Ville Helin in 1998-2004\n");
printf("Modified for V8 uRISC architecture by Bill Wiley\n");
printf("Modified for Open8 uRISC architecture by Seth Henry\n\n");
/makefile
1,6 → 1,6
 
CC=cc
LD=cc
CC=gcc
LD=gcc
 
CFLAGS= -c
LDFLAGS =
11,7 → 11,7
 
 
all: $(OFILES) makefile
$(LD) $(LDFLAGS) $(OFILES) -o open8_link ; strip open8_link || true
$(LD) $(LDFLAGS) $(OFILES) -o open8_link
 
main.o: main.c main.h defines.h
$(CC) $(CFLAGS) main.c
48,7 → 48,7
 
 
clean:
rm -f $(OFILES) core *~ open8_link
del $(OFILES) core *~ open8_link
 
install:
make ; cp open8_link /usr/local/bin
/open8_link.exe Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
open8_link.exe Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property

powered by: WebSVN 2.1.0

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