This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
RE: Does make have ARM version?
> > /tmp/ccOKs3Ho.s: Assembler messages:
> > /tmp/ccOKs3Ho.s:2171: Error: immediate expression expected -- `wstrw
> > wcgr0,[r2,r1,asl#2]'
>
> Does this look familiar to anyone? It's caused by (arm-linux cross)
> gcc-3.3.6 outputting assembler that as-2.15 doesn't accept. It could also
> be a mismatch in CPU types. Unfortunately I don't speak ARM assembly...
The assembler is correct, the assembly is bogus.
iwmmxt loads support accept reg+imm addressing modes. Looks like you've got a
broken compiler or inline assembly.
Paul