KeilC51中将工程中没有调用的函数不进行编译的方法

把Target Options中的Device页中选上"Use Extended Linker(LX51)instead of BL51",然后在LX51 Misc页中的Misc Control中填入"REMOVEUNUSED",确认后重新编译即可自动去掉未调用的函数。

相关文章:

  • 2021-04-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2021-12-03
  • 2022-12-23
  • 2021-06-28
  • 2022-01-05
猜你喜欢
  • 2022-01-03
  • 2021-05-21
  • 2021-11-07
  • 2021-07-27
  • 2021-12-11
  • 2021-07-27
  • 2021-06-06
相关资源
相似解决方案