I try to build and test my first time SES setup on Mac for further development on an existing nRF51 project and future nRF52 project.
I use SES for Nordic V4.14 and SDK 12.3.0
I try to compile the the following sample, and got the following error:
Building ?ble_app_eddystone_pca10028_s130? from solution ?ble_app_eddystone_pca10028_s130? in configuration ?nrf51422_xxac? 1> Linking ble_app_eddystone_pca10028_s130.elf 1> nordicSDK/nRF5_SDK_12.3.0_d7731ad/examples/ble_peripheral/ble_app_eddystone/pca10028/s130/arm5_no_packs/Output/ble_app_eddystone_pca10028_s130 nrf51422_xxac/Obj/ble_app_eddystone_pca10028_s130.ld:233: undefined symbol `__STACKSIZE_IRQ__' referenced in expression Build failed
Any one know where can I define this symbol "__STACKSIZE_IRQ__" ?