Ignore:
Timestamp:
Jun 1, 2016, 10:25:43 AM (8 years ago)
Author:
meunier
Message:

In rosenfeld:

  • Updated nrio0, nrio1, nrio2, nrio1f, nrio2f, nrio1x, nrbool1, nrbool2 and nralloc1 in the nrc2 lib in order to use macro-typed functions
  • Updated the simulation script to include performance evaluation with random images, and a script to generate graphs
  • Updated the clock.h to use 64-bit integers, which potentially breaks the printing on the giet
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/rosenfeld/Makefile

    r821 r822  
    33SRC_PATH = src-par
    44OBJ_PATH = obj
    5 EXE_PATH = bin
    65INC_PATH = include
    76
     
    6160
    6261
    63 all: $(APP_NAME)
     62all: nrclib $(APP_NAME)
     63
     64nrclib:
     65        make -C nrc2
    6466
    6567$(APP_NAME): $(OBJ_FILE)
    6668        $(LD) -o $@ $^ $(LDFLAGS)
     69
     70#obj/bmpNR.o: src-par/bmpNR.c $(INC_FILE) nrc2/libnrc2x.a ../../build/libs/libuser.a nrc2/include/nrc_os_config.h
     71#       $(CC) -c $(CFLAGS) -o $@ $<
    6772
    6873$(OBJ_PATH)/%.o: $(SRC_PATH)/%.c $(INC_FILE) nrc2/libnrc2x.a ../../build/libs/libuser.a nrc2/include/nrc_os_config.h
Note: See TracChangeset for help on using the changeset viewer.