building ARM compiler tool chain for Mini2440 from scratch

Eugene
Hi all,

Could you please give some advice for building ARM compiler tool chain for
Mini2440 from scratch, I find some in Internet but all of them are quite
old.

Best regards,
Eugene.

David D
Have you look at this web site
:http://www.codesourcery.com/sgpp/lite/arm/portal/release1293

Fabien
If you want complete toolchains, I've made some:

http://mini2440.netyxia.net/viewtopic.php?f=9&t=13

Otherwise look for crosstools-ng in google.

Onur
@Fabien
thanks for tutorial. but there is a problem with building the ct-ng. while
it's retrieving the tarballs i have an error:
[EXTRA] Retrieving 'sstrip'
[ERROR] Could not retrieve 'sstrip'.

i tried thousand of times and searched the internet for 'sstrip' but i
couldn't find any solution. would you pleasse help me?

Michael Bonfils
Sstrip is available at
https://dev.openwrt.org/browser/trunk/tools/sstrip/src/sstrip.c

You can also disable it (or switch to strip) since sstrip is used when
space is a critical issue (there is also libc reduction in this case).

To build a toolchain from scratch, you can also check buildroot and select
ARM with proper flags (check FriendlyArm output arm-linux-gcc -v)