Go to previous topic
Go to next topic
Last Post 31 Jan 2005 03:01 PM by  mikee@logicpd.com
Error: IAR - ARM linker symbols
 1 Replies
Author Messages
snair
New Member
New Member
Posts:


--
28 Jan 2005 12:28 PM
    Hi,

    I am trying to compile a startup code. I get an error in one of the include files that has the following code:

    /* ARM linker symbols */
    extern UNS_32 Image$$ER_RO$$Base;
    extern UNS_32 Image$$ER_RO$$Length;
    extern UNS_32 Load$$ER_RO$$Base;
    extern UNS_32 Image$$ER_RW$$Base;
    extern UNS_32 Image$$ER_RW$$Length;
    extern UNS_32 Load$$ER_RW$$Base;
    extern UNS_32 Image$$ER_ZI$$ZI$$Base;
    extern UNS_32 Image$$ER_ZI$$ZI$$Length;

    I am using IAR for compling and linking...This is the error that I get

    Error[Pe007]: unrecognized token
    Of course a bunch of them...I think there is some options that I need to set...

    It would be very good if I could please get some help with this...

    Thanks.

    -Sajiv
    mikee@logicpd.com
    New Member
    New Member
    Posts:


    --
    31 Jan 2005 03:01 PM
    snair,

    Unfortunately, I think that you may have to contact IAR for help regarding this. Our internal team here at Logic uses the GNU tool chain. Therefore, we won't even be able to try and reproduce your error.

    Possibly, another customer on this forum might be using the IAR tools and help you out. Barring that, you would have to set up a service contract with our customer support team and they could work the problem with you.

    I am sure that you are just missing some setting within the tool and that the folks at IAR can get you up and running quickly.

    Sorry that I can't be of more help,
    --mikee


    ---