bouffalolab / bouffalo_sdk

BouffaloSDK is the IOT and MCU software development kit provided by the Bouffalo Lab Team, supports all the series of Bouffalo chips. Also it is the combination of bl_mcu_sdk and bl_iot_sdk
Apache License 2.0
349 stars 123 forks source link

Why SDK Readme not show MacOS tool chain #103

Closed PMLSTaisen closed 1 year ago

PMLSTaisen commented 1 year ago

I do find the MacOS tool chain from https://dev.bouffalolab.com/download , but why Readme only list tool chain for Windows and Linux? Person like me take very long time to find our there is MacOS tool chain ready. Could you add into github and make link easy for everyone?

sakumisu commented 1 year ago

Build by yourself

sakumisu commented 1 year ago

T-head official does not provide mac toolchain.

PMLSTaisen commented 1 year ago

Any instruction to build under MacOS for toolchain? Under the https://dev.bouffalolab.com/download this webpage, why it list a MacOS toolchain? toolchain_riscv_sifive_macos is different from T-Head version Windows?

sakumisu commented 1 year ago

It is different.

sakumisu commented 1 year ago

Follow this: https://github.com/p4ddy1/pine_ox64/blob/main/build_toolchain_macos.md

PMLSTaisen commented 1 year ago

Thanks, could you give more information what's different? I already used the https://dev.bouffalolab.com/download MacOS version for our project, is this same as pin_0x64? T-Head is pine_ox64 version? What's the impact if I am use https://dev.bouffalolab.com/download linked MacOS version?

brainstorm commented 1 year ago

This issue seems to be a duplicate of my own on https://github.com/bouffalolab/bl_mcu_sdk/issues/83.