Is there a arm-none-eabi-as equivalent?

Asked by Peggy

Essentially the summary says it all.
In my makefile I have

arm-embedded-as -I $(SOURCE) $< -o $@

Is this something I'd have to implement myself?

Question information

Language:
English Edit question
Status:
Answered
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andre Vieira (andre-simoesdiasvieira) said :
#1

Hi Peggy,

Assuming you are trying to read from STDIN, this is not something I have used myself before, but if you leave out $< it seems to get input from STDIN.

I tried it with a tiny hello world like example and it seems to work. Use enter to indicate newlines and not \n and use ctrl+D to indicate you are done.

Hope that helps.

Andre

Can you help with this problem?

Provide an answer of your own, or ask Peggy for more information if necessary.

To post a message you must log in.