Cross-compiling for ARM - conclusion

Steve Comfort steve at 4dllc.com
Tue Sep 6 16:39:41 WST 2005


Hi All,

I thought that I should post a solution I found to the problems I had 
linking dropbear for ARM.

What I did was not to use arm-linux-ld, but arm-linux-gcc, with the 
following flags :

    -mbig-endian -s -Wl,-warn-common

This seems to have solved the problem of the linker not being able to 
find main().
It appears that the multi binary is now trying to do what it is supposed 
to do. Now
to start testing it.

Thanks for your help anyway.

Best regards
Steve Comfort









More information about the Dropbear mailing list