
30 Aug
2010
30 Aug
'10
5:27 a.m.
I wrote:
I tried to find a step-by-step HOWTO on configuring cross-compilation on my Debian/Lenny, but I failed to build a valid gcc/binutils. Can you help me? It's hard for me to fix this issue since I can't reproduce it.
I was able to reproduce this issue: 1. I added "deb http://www.emdebian.org/debian/ lenny main" to /etc/apt/sources.list 2. I installed a cross-compiler: apt-get install libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi gcc-4.3-arm-linux-gnueabi 3. I configured stunnel with: ./configure --host=arm-linux-gnueabi Now I'm working on solution. 8-) Mike