Hello i am trying to use Linker for nRF52832 Softdevice132. But when i try to compile ,
Code
> /usr/share/segger_embedded_studio_for_arm_3.34/gcc/arm-none-eabi/bin/ld: cannot find -lgcc1> /usr/share/segger_embedded_studio_for_arm_3.34/gcc/arm-none-eabi/bin/ld: cannot find -lc1> /usr/share/segger_embedded_studio_for_arm_3.34/gcc/arm-none-eabi/bin/ld: cannot find -lnosys
I get these errors. I did not had any problem with the arm gnu toolchain before like this and i've thought it might be software related. I am using 64 bit Linux version of Segger Embedded Studio.
Also as a side question is there any option to flash my applications hex code with the softdevice to the nRF ?
Thanks.