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

Linker Warning #68

Closed Fishwaldo closed 1 year ago

Fishwaldo commented 1 year ago

Seems some additional linker sections are missing from bl808:

/home/fish/bl808/bin/lib/gcc/riscv64-unknown-elf/10.2.0/../../../../riscv64-unknown-elf/bin/ld:/home/fish/bl808/bl_mcu_sdk/bsp/board/bl808dk/mcu/bl808_flash_m0.ld:289: warning: memory region `ram_code' not declared
/home/fish/bl808/bin/lib/gcc/riscv64-unknown-elf/10.2.0/../../../../riscv64-unknown-elf/bin/ld:/home/fish/bl808/bl_mcu_sdk/bsp/board/bl808dk/mcu/bl808_flash_m0.ld:310: warning: memory region `ram_wifi' not declared
sakumisu commented 1 year ago

just ignore.

sakumisu commented 1 year ago

To avoid the issue of duplication, i have removed it.

Fishwaldo commented 1 year ago

Thanks!