FAQ's
  • When complied, the following error message is output. What does it mean?
    "Error E010: Unresolved external symbol '_strtok'.
    • The error indicates that a symbol referring externally cannot be found and therefore, it becomes unresolved.
      In this case, _strtok is a library function contained in the runtime library of U8 Development Tools, and the error is generated, because the runtime library file containing _strtok is not specified with the RLU8 linker.
      To solve the error, specify the runtime library file. The following shows how to specify.

      1. In IDEU8, select [Project] menu -> [Options] -> [Target].
      2. In [Add to Library Field] of the [General] tag in the [Target Option] dialog box, specify one of the following files.
      - Using SMALL memory model microcontroller (microcontroller with program memory capacity 64 K byte or less)
      Filename to specify: LU8100SW.LIB
      - Using large memory model microcontroller (microcontroller with program memory capacity exceeding 64 K byte)
      Filename to specify: LU8100LW.LIB
      3. Click [OK] button in the [Target Option] dialog box.
      4. Rebuild.

      *For details on the runtime library file, refer to "RTLU8 Runtime Library Reference Manual".
      *For details on how to set the runtime library file to IDEU8, refer to "4.5 Target Option Settings" in "IDEU8 User's Manual".

      Related Products: ML610(Q)40x, ML610(Q)42x, ML610(Q)47x, ML610(Q)48x, ML610Q10x, ML610Q11x, ML610Q17x, ML610Q30x, ML610Q35x, ML610Q36x, ML610Q38x, ML610Q41x, ML610Q43x, ML610Q46x, ML620Q13x, ML620Q15x, ML620Q416/ML620Q418, ML620Q503H/ML620Q504H/ML620Q506H, ML62Q12xx, ML62Q13xx, ML62Q14xx, ML62Q15xx/ML62Q18xx, ML62Q16xx, ML62Q17xx

    • Produkte: General-purpose MCUs (16bit) , Speech Playback MCUs (8bit)