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