A2341: Relocatable Section Not Allowed: an Absolute file is currently directly generated

[ERROR]

Description

A relocatable section has been detected while the assembler tries to generate an absolute file. This is not allowed.

Example
  DataSec:  SECTION

  Data1:    DS.W 1

            ORG $800

  entry:

            NOP

            NOP