Hello. I compiled with gcc a static library which consists nrf hardware drivers . Now other person from project want to use it in SEGGER IDE as it is now supported by nordic. Should there be any problem with that ? I know segger is using gcc underneath so there souldnt be any problem right ? But for now when linking, segger says he cannot find functions from .a library.
Also I reused linker script from SDK, how the segger user import that linker script into the project?