Commit d6d5d308 authored by minicago's avatar minicago
Browse files

fixed: xiji not recognize link

parent 0e974678
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -59,9 +59,10 @@ kernel:
sbi: utils
-rm sbi-qemu
make -C $(SBI) all
cp $(BUILD_DIR)/$(SBI)/sbi sbi-qemu
cp $(BUILD_DIR)/$(SBI)/sbi sbi-qemu
user: $(TEST)/$U/riscv64
cp $(TEST)/$U/build/libulib.a $(BUILD_DIR)/libulib.a
make -C $U all
initrd: user
......
......@@ -25,7 +25,7 @@ $(U_BUILD_DIR)/%.o : %.c
.PHONY:all_prog
$(U_BUILD_DIR)/_%: $(U_BUILD_DIR)/%.o
$(LD) $(LDFLAGS) -T lib/arch/riscv/user.ld -Ttext 0x1000 -o $@ $^ reference/libulib.a
$(LD) $(LDFLAGS) -T lib/arch/riscv/user.ld -Ttext 0x1000 -o $@ $^ ../$(BUILD_DIR)/libulib.a
all_prog : $(UPROGS)
......
../riscv-syscalls-testing/user/build
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment