cross-compiling dropbear on uclinux with arm-elf-gcc
Rob Landley
rob at landley.net
Wed Jun 2 23:07:03 WST 2010
On Tuesday 01 June 2010 20:40:05 생각하기 wrote:
> Hi all
>
>
>
> This is the first mail After i subscribed the mailing list.
>
>
> I want to know the method cross-compile dropbear on uclinux with
> arm-elf-gcc
I bootstrap a development environment to run under qemu, and then build it
natively inside the emulator.
The script I build it with is here:
http://impactlinux.com/hg/aboriginal/file/tip/sources/native-builds/static-tools.sh
And prebuilt static binaries for various platforms are in:
http://impactlinux.com/code/aboriginal/downloads/binaries/
I haven't done any nommu targets yet, but I could give it a whirl if there's
interest. But you can probably use this on your target:
http://impactlinux.com/code/aboriginal/downloads/binaries/dropbearmulti-armv4tl
As-is. Unless it's using fork() instead of vfork() and such, does its
./configure detect nommu-ness when built?
Rob
--
Latency is more important than throughput. It's that simple. - Linus Torvalds
More information about the Dropbear
mailing list