• I am using RENESAS Compiler. The following error message appears. How do I resolve this?E0562300:Duplicate symbol “symbol-name“ in “file-name“

  • 创建于2020-04-28

1answer(s)

  • (0)
    Because the same symbol is defined in multiple files, the message is output.Confirm that the symbol output in the message is not defined in files (including included files) other than the source file corresponding to *.obj that was output in the message. For different uses, change the symbol to a different symbol. For the same use, add the extern storage class specifier to a location other than the definition area.
    Published:2020-04-28
  • +1 Like
  • Add to Favorites

Recommend

Contact Us

Email: