Ss_twr_init failed to build

Hello, I was wondering if ss_twr_init example in GitHub is still able to build in the latest SEGGER version as I am not able to build it after following the instructions. The error stated was error in starting some files in the bin directory of the GNU toolchain when assembling thumb_crt0.s file.

Hello,
This error is related to the cross compiler you’re using.
You need to change your compiler In Option - Build - Toolchain Directory to the compiler which comes with your segger installation.
Should be something similar to the path below.

“C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM 5.50d\gcc\arm-none-eabi\bin”

1 Like