error 내용:
.text is larger than specified size
.rodata is larger than specified size
원인:
size가 설정한 수보다 커서 발생한 것
해결방법:
flash_placement.xml에서 size 내용 지워주기
Referenc:
[NRF52][SEGGER].text is larger than specified size 문제 해결
SEGGER Embedded Studio 버전: V6.32b (64bit) SDK 버전: nRF52_SDK_17.1.0_ddde560 Example 프로젝트 : examples > ble_peripheral > ble_app_uart 안녕하세요. NRF52를 테스트 하기 위해 ble_app_uart 프로젝트를 빌드했는데 다음과 같
jeonhj.tistory.com
error 내용:
TLS sections are not adjacent:
TLS:.tdata
non-TLS:.bss
TLS:.tbss
map sections to segments failed: bad value

해결방법:

뭐가 먼저 오는지 확인하고 .tbss와 .bss 위치를 서로 바꿔줌.
Referenc:
https://devzone.nordicsemi.com/f/nordic-q-a/87810/compiling-issue-with-segger-embedded-studio-v6-30
Compiling issue with SEGGER EMBEDDED STUDIO V6.30 - Nordic Q&A - Nordic DevZone - Nordic DevZone
devzone.nordicsemi.com
그보다 SES 버전과 SDK 버전을 잘 확인해 볼 것.
필자는 버전 바꾸니까 위에 오류들 없어짐..
error 내용:
.text is larger than specified size
.rodata is larger than specified size
원인:
size가 설정한 수보다 커서 발생한 것
해결방법:
flash_placement.xml에서 size 내용 지워주기
Referenc:
[NRF52][SEGGER].text is larger than specified size 문제 해결
SEGGER Embedded Studio 버전: V6.32b (64bit) SDK 버전: nRF52_SDK_17.1.0_ddde560 Example 프로젝트 : examples > ble_peripheral > ble_app_uart 안녕하세요. NRF52를 테스트 하기 위해 ble_app_uart 프로젝트를 빌드했는데 다음과 같
jeonhj.tistory.com
error 내용:
TLS sections are not adjacent:
TLS:.tdata
non-TLS:.bss
TLS:.tbss
map sections to segments failed: bad value

해결방법:

뭐가 먼저 오는지 확인하고 .tbss와 .bss 위치를 서로 바꿔줌.
Referenc:
https://devzone.nordicsemi.com/f/nordic-q-a/87810/compiling-issue-with-segger-embedded-studio-v6-30
Compiling issue with SEGGER EMBEDDED STUDIO V6.30 - Nordic Q&A - Nordic DevZone - Nordic DevZone
devzone.nordicsemi.com
그보다 SES 버전과 SDK 버전을 잘 확인해 볼 것.
필자는 버전 바꾸니까 위에 오류들 없어짐..