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

armlink stuck in armcc

Hi

I want to use armcc to pre-process my scatter file:

#! armcc -E

...

but armlink gets stuck.

If I kill armcc.exe armlink returns an error that armcc terminated (because of killing).

Any idea?

Parents
  • Hi,

           I tried to run the following command with ARM Compiler 5.05u1:

    armcc -E scatter.scat
    

    Where scatter.scat is a scatter file in an example project but I don't see armcc calling armlink.

    Can you expand a bit on what are you trying to do or what command line you are using ? What version of ARM Compiler are you using for your project ?

    Best Regards,

    Stefano

Reply
  • Hi,

           I tried to run the following command with ARM Compiler 5.05u1:

    armcc -E scatter.scat
    

    Where scatter.scat is a scatter file in an example project but I don't see armcc calling armlink.

    Can you expand a bit on what are you trying to do or what command line you are using ? What version of ARM Compiler are you using for your project ?

    Best Regards,

    Stefano

Children