You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not compile example "bt_soc_empty", error as follow:
protocol/bluetooth/bgcommon/lib/build/gcc/cortex-m33/bgcommon/release/libbgcommon.a: file format not recognized; treating as linker script
protocol/bluetooth/bgcommon/lib/build/gcc/cortex-m33/bgcommon/release/libbgcommon.a:1: syntax error
tool chain is GNU ARM Toolchain(v10.3.2021.10) - 10.3.2021.
IDE:simplicity studio
How can I solve this compile error?
The text was updated successfully, but these errors were encountered:
if i download .zip sdk file, and unzip and add sdk in studio v5, error emerge while building (protocol/bluetooth/bgcommon/lib/build/gcc/cortex-m33/bgcommon/release/libbgcommon.a: file format not recognized; treating as linker script
protocol/bluetooth/bgcommon/lib/build/gcc/cortex-m33/bgcommon/release/libbgcommon.a:1: syntax error)
i may got the solution, install git and git-lfs, then using "git lfs clone https: ..." to download the simplicity sdk repo(you may need to set the git proxy port to align system global proxy), finally add sdk in studio v5 preference window, and it work. (build without error)
I can not compile example "bt_soc_empty", error as follow:
protocol/bluetooth/bgcommon/lib/build/gcc/cortex-m33/bgcommon/release/libbgcommon.a: file format not recognized; treating as linker script
protocol/bluetooth/bgcommon/lib/build/gcc/cortex-m33/bgcommon/release/libbgcommon.a:1: syntax error
tool chain is GNU ARM Toolchain(v10.3.2021.10) - 10.3.2021.
IDE:simplicity studio
How can I solve this compile error?
The text was updated successfully, but these errors were encountered: