Some quick background: I have an embedded computer that is already running Linux 2.6.24 and Busybox. It has an arm processor.

I have two goals:

1) Get a working uClibc on there.
2) Set up a cross-compiler toolchain so that I can compile my own custom application.

It is my understanding that Buildroot lets me accomplish both of these goals. With much effort I was finally able to get it to compile. However, now that I have, I'm not sure where to go from here. I did find compiled versions of uClibc. However, I can't find a gcc setup that will let me compile for arm.

What do I do once Buildroot has compiled? How can I compile a program for an arm processor?

Thanks,

Dave