I am trying to port the SDK 8.0.0 to use the IAR ARM tools and I am having a problem getting the linker to link the file system_nrf51.c that is called from iar_startup_nrf51.s. It keeps saying the that SystemInit appears to be uncalled. I have tired overriding the default entry point to beReset_Handler in iar_startup_nrf51.s but it doesn't seem to have an effect.