C18004: MMU can be used for HCS08 derivatives only

ERROR]

Description

This error message is issued if the -MMU option is used without the -Cs08 option when passing arguments to the compiler.

Example
  chc08.exe-MMU             /* Error */

  
  chc08.exe-MMU -Cs08  /*Correct use of MMU option*/