参考链接
keilc编译错误提示
._build\nrf52832_xxaa.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST.
一般解决是Options for Target ’ xxxx ',里面的Linker选项下面: 去掉勾选 Use Memory Layout from Target Dialog
,清空 Acatter File里面的内容 。但这样做也没有解决,发现project本来用是用nrf_deviceFamilyPack8.15,我改成来8.24.
后来这样解决:
1)打开NRF SDK提示:.\_build\nrf52832_xxaa.sct(7): error: L6236E: No section matches selector - no section to be FIRST/L
2)修改为latest
.\_build\nrf52832_xxaa.sct(7): error: L6236E: No section matches selector - no section to be FIRST/L
.\_build\nrf52832_xxaa.sct(7): error: L6236E: No section matches selector - no section to be FIRST/L
3)发现编译错误._build\nrf52832_xxaa.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST.
4)修改manage run-time environment
.\_build\nrf52832_xxaa.sct(7): error: L6236E: No section matches selector - no section to be FIRST/L
然后keilc编译通过

相关文章:

  • 2021-09-24
  • 2021-05-31
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
  • 2021-08-18
  • 2021-05-01
猜你喜欢
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2021-07-29
  • 2021-08-17
  • 2022-01-18
  • 2021-07-22
相关资源
相似解决方案