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,

         Unfortunately, due to a defect that affects ARM Compiler 5.05, 5.05 update 1, and 5.05 update 2, you will need to temporarily separate the scatter-file preprocessing from the link step as a workaround:

    1. Use armcc to preprocess the scatter-file;
    2. Pass the result of 1 as your scatter-file input to armlink.

    We expect this issue will be fixed in the next ARM Compiler 5 release. Sorry for the inconvenience this issue is causing to you.

    Best Regards,

    Stefano

Reply
  • Hi,

         Unfortunately, due to a defect that affects ARM Compiler 5.05, 5.05 update 1, and 5.05 update 2, you will need to temporarily separate the scatter-file preprocessing from the link step as a workaround:

    1. Use armcc to preprocess the scatter-file;
    2. Pass the result of 1 as your scatter-file input to armlink.

    We expect this issue will be fixed in the next ARM Compiler 5 release. Sorry for the inconvenience this issue is causing to you.

    Best Regards,

    Stefano

Children