bouffalolab / bl_iot_sdk

BL602/BL702 SDK. Any technical topic, please access the following link.
http://bbs.bouffalolab.com
Apache License 2.0
267 stars 172 forks source link

build fail on Ubuntu 18.04 due to glic version requirement #9

Closed bloom5 closed 4 years ago

bloom5 commented 4 years ago

Error loading Python lib '/tmp/_MEILQJ82s/libpython3.7m.so.1.0': dlopen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/_MEILQJ82s/libpython3.7m.so.1.0)

YafeiJin commented 4 years ago

@bloom5 Please temporally remove the following line from make_scripts_riscv/project.mk to work around this error. @cd $(BL60X_SDK_PATH)/image_conf; ./flash_build $(PROJECT_NAME) $(CONFIG_CHIP_NAME) then use BLDevCube.exe to burn the flash.

bloom5 commented 4 years ago

@bloom5 Please temporally remove the following line from make_scripts_riscv/project.mk to work around this error. @cd $(BL60X_SDK_PATH)/image_conf; ./flash_build $(PROJECT_NAME) $(CONFIG_CHIP_NAME) then use BLDevCube.exe to burn the flash.

Thanks! It works.