Hello,
faced the following problem.
I am creating a new project for the nrf52840 microcontroller, with standart parameters:
After, run build. But it's not successfully:
Display All
Build failed
What's happen? Previously, the project was created without any problems and was assembled with default settings.
if your need, project available here
P.s
System Windows 8.1 Pro
SES: 5.10 x64
Best regards,
Maxim
faced the following problem.
I am creating a new project for the nrf52840 microcontroller, with standart parameters:
After, run build. But it's not successfully:
Source Code
- Building ‘devkit’ from solution ‘devkit’ in configuration ‘Debug’
- Compiling ‘system_nrf52840.c’
- Compiling ‘SEGGER_RTT.c’
- Compiling ‘SEGGER_RTT_SES.c’
- Compiling ‘main.c’
- Assembling ‘SEGGER_THUMB_Startup.s’
- Assembling ‘ses_startup_nrf52840.s’
- Assembling ‘ses_startup_nrf_common.s’
- Linking devkit.elf
- relocation R_ARM_THM_CALL to Arm-mode function not supported on this core, from .init to afterInitialize
- See https://wiki.segger.com/Correct_typing_of_Thumb_functions for help on correcting this
- Call from section .init made to afterInitialize but afterInitialize is a symbol without the low bit set
- Call from section .init made to afterInitialize but afterInitialize is a symbol without the low bit set
- Call from section .init made to afterInitialize but afterInitialize is a symbol without the low bit set
- Call from section .init made to afterInitialize but afterInitialize is a symbol without the low bit set
- Build failed
What's happen? Previously, the project was created without any problems and was assembled with default settings.
if your need, project available here
P.s
System Windows 8.1 Pro
SES: 5.10 x64
Best regards,
Maxim