Skip to main content
Visitor II
May 5, 2005
Question

Error: L6224E: Could not place main.o(.data) in any Execution region?

  • May 5, 2005
  • 1 reply
  • 1297 views
Posted on May 05, 2005 at 11:53

Error: L6224E: Could not place main.o(.data) in any Execution region?

    This topic has been closed for replies.

    1 reply

    ongth60Author
    Visitor II
    May 5, 2005
    Posted on May 05, 2005 at 11:22

    Ive tried compiling the below but it wouldnt work:

    u8 Unit_ID[7] = ''OTCDMS'';

    ...

    ...

    ...

    int main()

    {

    ...

    ...

    UART_StringSend(UART0, (u8 *)&Unit_ID);

    }

    There's no syntax error but theres this error:

    Error: L6224E: Could not place main.o(.data) in any Execution region.

    I suspect this is something to do with the scat file. Pls enlighten me.

    Warm rgrds,

    ongth60