Hi - On Wed, Nov 14, 2001 at 12:14:41AM -0800, Yongming wei wrote: : [...] I remember when building gcc and binutils for : arm, I use --target=arm-elf when running configure as : below: : : ../src/configure --target=arm-elf : : My question is if I need --target=arm-elf when : compiling sid [?] [...] No, you don't need it, but it doesn't hurt either. By default, sid will configure itself to provide a simulation for processor architectures it supports. If you supply "--target=arm-elf", sid will configure itself to support just that single target and disable the others. This means that the resulting sid tree would be somewhat smaller and somewhat faster to build, but less functional. - FChE