Trying to build release but its failing with the only message being the screenshot above. Building debug works, but release has an issue
nrf52833 Segger embedded studio
Trying to build release but its failing with the only message being the screenshot above. Building debug works, but release has an issue
nrf52833 Segger embedded studio
Hi BMW,
It is difficult to tell what is wrong with only this much information. Could you please give more details?
- What SES version are you using? Please try to use the version of SES that your SDK was released with.
- Is there any difference between the Release and Debug build configurations for the source file that are having issue?
- Can you reproduce the issue in an example? Or can you give us some steps to reproduce it?
- Can you, on your file system, delete the Output folder and retry the build?
- Could there be any concerns with file path length?
I tried to build ble_app_hrs_c_pca10100_s122, which uses the Oberon library and targets the nRF52833, but I don't have any problem.
Hieu
- What SES version are you using? Please try to use the version of SES that your SDK was released with.
Using 7.12 and 6.34 both are experiencing the issue
- Is there any difference between the Release and Debug build configurations for the source file that are having issue?
Release modified:
Debug modified:
- Can you reproduce the issue in an example? Or can you give us some steps to reproduce it?
- Can you, on your file system, delete the Output folder and retry the build?
Tested this and it seems to fail on first attempt but builds on second attempt? At lease the output file seems to work
- Could there be any concerns with file path length?
No this shouldn't be the issue.
Wrong ss in last one.
Release:
Debug:
I know at least all versions of SES from 6.20 on do not work with the nRF5 SDK. Changes in the build process and compiler resulted in breaking changes in compile time and run time (if it even builds) behavior.
Please use the SES version that the SDK was released with, as noted in its Release Note.
For example, from the Release Note of nRF5 SDK v17.1.0:
The following toolchains/devices have been used for testing and verification:
- ARM: MDK-ARM version 5.25
- GCC: GCC ARM Embedded 9.2020-q2.major
- IAR: IAR Workbench 7.80.4
- SES: SES 5.42a
P.s: Please remember to clean/delete the previous build output before re-building with a different SES version.
P.s: Please remember to clean/delete the previous build output before re-building with a different SES version.