cnlohr / rv003usb

CH32V003 RISC-V Pure Software USB Controller
MIT License
459 stars 47 forks source link

compile demo_hidapi project with error #63

Open yefeng0 opened 1 month ago

yefeng0 commented 1 month ago

compile demo_hidapi project with error, here is log below: c.log

maxgerhardt commented 1 month ago

Then there's a .option arch, +zicsr missing in some .S or .c file, check out https://github.com/maxgerhardt/ch32v003-vanilla-gcc.

cnlohr commented 1 month ago

I believe I fixed this upstream, can you update, then update ch32v003fun to master, and see if your issue persists?