cnlohr / rv003usb

CH32V003 RISC-V Pure Software USB Controller
MIT License
436 stars 43 forks source link

Missing ch32v003fun-usb-bootloader.ld #13

Closed Joshua-Ashton closed 1 year ago

Joshua-Ashton commented 1 year ago

Trying to build the bootloader project results in:

/usr/bin/../lib/gcc/riscv64-unknown-elf/12.2.0/../../../../riscv64-unknown-elf/bin/ld: cannot open linker script file ch32v003fun-usb-bootloader.ld: No such file or directory

I was not able to find this anywhere in the repos. I am guessing you forgot to commit it?

Joshua-Ashton commented 1 year ago

Oh, looks like this is there in the new_usb_bootloader branch. Nevermind then.

cnlohr commented 1 year ago

That reminds me - that needed to be merged.

cnlohr commented 1 year ago

(And now it is merged)