On 08.03.2011 13:39, Honza wrote:
gcc version 4.5.2 (GCC) Could please someone give me an advise how to correctly build gcc and newlib? I build them in combined directory with configuration described above. I also tried to alter t-arm-elf file, but unfortunately I'm not very wise from the description in Target Makefile Fragments. I know I should use arm-eabi instead of arm-elf, but I have to stay with arm-elf due to compatibility demands.
Unfortunately, IIRC, arm-elf is not maintained anymore. It's mostly inferior anyway. So either you overcome the compatibility demands or go with an old compiler (early 4.x versions should work, but I don't know about newlib).
Best regards.