sipeed / RV-Debugger-BL702

RV-Debugger-BL702 Project, an opensource debugger implement
159 stars 57 forks source link

Build fixes; uploader is still linux-only #4

Open Bit-Sculptor opened 2 years ago

Bit-Sculptor commented 2 years ago

1) entry.S doesn't build with popular toolchains. The fix is exactly the same as in: https://github.com/robertlipe/bl_mcu_sdk/commit/b44f151b2c70917c95ffeec665d23c07e491cbbf

2) $ make download fails when run on a non-Linux system because The uploader is provided as a Linux-only binary. This is an offshoot of https://github.com/bouffalolab/bl_iot_sdk/issues/20