Minor bug fixes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef FLEN
|
||||
#define FLEN 32
|
||||
#define FLEN XLEN
|
||||
#endif
|
||||
|
||||
#if XLEN == 32
|
||||
|
||||
@@ -27,7 +27,7 @@ LDFLAGS += -lm -Wl,-Bstatic,-T,$(VORTEX_RT_PATH)/linker/vx_link$(XLEN).ld -Wl,--
|
||||
|
||||
PROJECT = simple
|
||||
|
||||
SRCS = main.cpp
|
||||
SRCS = main.cpp tests.cpp
|
||||
|
||||
all: $(PROJECT).elf $(PROJECT).bin $(PROJECT).dump
|
||||
|
||||
|
||||
Reference in New Issue
Block a user