错误现象

ielftool error: The string '__checksum' was not found in the string table 
Error while running ielftool "--fill" "0xFF;0x9004-0x12fff" "--checksum" "__checksum:2,crc16,0x0;0x9004-0x12fff" "--verbose" "C:\Users\Administrator\Desktop\ECG\workspace\iar\app\FlashOnly_OAD_ImgB\Exe\ 
simple_peripheral_cc2650em_app.out.tmp" "C:\Users\Administrator\Desktop\ECG\workspace\iar\app\FlashOnly_OAD_ImgB\Exe\simple_peripheral_cc2650em_app.out" 
"The string '__checksum' was not found in the string table"解决办法

 

解决方法:

Project > Options... > Linker > Extra Options > mark "Use command line options" and add the command line option "--keep __checksum".

"The string '__checksum' was not found in the string table"解决办法

重新编译就不会出现这个错误了

相关文章:

  • 2022-01-18
  • 2021-06-25
  • 2021-11-14
  • 2021-05-13
  • 2021-12-12
  • 2021-04-12
猜你喜欢
  • 2021-11-18
  • 2022-01-17
  • 2021-10-08
  • 2021-07-22
  • 2021-11-03
  • 2021-09-18
  • 2021-04-14
相关资源
相似解决方案