> I'd want to compile mi C sources into ARM's THUMB code. I have >compiled gcc 2.95.2 with the targets arm-elf and arm-thumb-elf, but I You need to use a target of `thumb-elf'. The middle component is basically ignored so `arm-thumb-elf' won't do any good. p.