C1143: Ambiguous Cosmic space modifier. Only one per declaration allowed

[ERROR]

Description

Multiple cosmic modifiers where found for a single declaration. Use only one of them.

Example
  @near @far unsigned char index;

  
Tips

Cosmic modifiers are only supported with the option -Ccx. Not all backends do support all qualifiers. Only use one qualifier. Consider using a pragma DATA_SEG with a qualifier instead.