Hi,
I am facing problem while building example projects given in Nordik SDK on IAR IDE.
The configuration and development libraries used are,
1. Nordik SDK: nRF_SDK, v15.0.0
2. IDE: IAR Embedded Workbench for ARM, v7.4
3. Operating System of PC: Windows
I did download the archive from SDK from the downloads section and followed the procedure as per given on infocenter Link to install the IAR MDK and then to build the example code from IAR subfolder. While building the example I am getting following error messages,
1. -- Error[Pa050]: non-native end of line sequence detected (this diagnostic is only issued once)
-- File: <SDK_Path>\components\softdevices\s132\headers\nrf_error.h
-- Line: 1
2. -- Error[Pe1665]: concatenation with "PUSHED_HEADER_SIZE" in macro "STATIC_ASSERT" does not create a valid token
-- File: <SDK_Path>\components\libraries\experimental_log\src\nrf_log_internal.h
-- Line: 420
(Note: These errors are repeated for multiple files)
Can anyone comment on these issues? Am I missing any required configuration for IAR?