Remy Fenn <rem@xxxxxxxxxx> writes: > Building GCC for ARM cross-compilation offers a number of potential > targets which is only referred to in the documentation as arm-*-elf. > > Where can I find further information on specific targets? I view 3rd > party documentation in this respect as dubious particularly as many > non-official source of documentation do not stamp a date and you cannot > therefore determine whether the targets mentioned are indeed still > accurate in the present GCC release. Normally you just build the arm-elf target, and then use the -mcpu option to pick the specific target you want. For the list of names supported by -mcpu, see the documentation which comes with the compiler. Ian