This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

passing from L51 to LX51

Hi all

I've an application which uses 4 banks an I can compile it without problem using uvision with L51 linker, but when I change my configuration to use LX51 (Use Extended Linker and Extended Assembler) from "Options for target" menu at "Device" Tab, my project gives following error and I can't build my project.

*** ERROR L204: INVALID KEYWORD
    POS: 4099
    ANKAREA (0X002000, 0X00FFFF) PRINT (.\LCD1.map) IXREF IBANKING BANK0 (

Any idea

Parents
  • *****************
    My reason ( Motivation ) earn additional space with using LX51 because I saw that ( from my previous build experiences ) with LX51 I can earn 2 KB space with " Code Packing " option which is available only for LX51 suite.
    ******************

    there is no such file at my project but there exist a L51_BANK.A51 file ( I guest I've to change it for my target system ).

    After I choose LX51 with "Code Packing" uvision start to ask for this file.

Reply
  • *****************
    My reason ( Motivation ) earn additional space with using LX51 because I saw that ( from my previous build experiences ) with LX51 I can earn 2 KB space with " Code Packing " option which is available only for LX51 suite.
    ******************

    there is no such file at my project but there exist a L51_BANK.A51 file ( I guest I've to change it for my target system ).

    After I choose LX51 with "Code Packing" uvision start to ask for this file.

Children