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

  • Published:2020-04-28

  • 用户_2385 (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

Recommend

Contact Us

Email: