Re: arm-linux cross compiler

2005-11-17 Thread Joerg Sommer
Hello William, William Xu <[EMAIL PROTECTED]> wrote: > Hi guys, > > I'm trying to set up a arm-linux cross compiler environment. Are there > any precompiled debs? since i've met various problems trying to compile > from source myself... I don't know of anyone. Bbut the gcc package /should/ offe

Re: arm-linux cross compiler

2005-11-17 Thread William Xu
Harald Krammer <[EMAIL PROTECTED]> writes: > The footprint is much smaller with uclibc. > look here for more deatils: > http://www.uclibc.org/FAQ.html buildroot works great ! I've set up the arm toolchain successfully, finally. Many thanks. -- William ((email . "[EMAIL PROTECTED]") (blog . "

Re: arm-linux cross compiler

2005-11-13 Thread Harald Krammer
William Xu wrote: > Harald Krammer <[EMAIL PROTECTED]> writes: > > >>bad news, but buildroot is not possible for you ? I used it with >>success on my power-pc. > > > Oh, i don't know much about uclibc. What're the differences? The footprint is much smaller with uclibc. look here for more deati

Re: arm-linux cross compiler

2005-11-11 Thread William Xu
Harald Krammer <[EMAIL PROTECTED]> writes: > bad news, but buildroot is not possible for you ? I used it with > success on my power-pc. Oh, i don't know much about uclibc. What're the differences? > Can you show us your problem with Kegels scrips ? This is the case when i use gcc-4.0. I've als

Re: arm-linux cross compiler

2005-11-11 Thread William Xu
Christian Walther <[EMAIL PROTECTED]> writes: > if you don't need to install on a small system (e.g. PDA), but you > want a full Debian system, you should apt-get toolchain-source > The package contains everything that is needed to download and compile > all packages that are required for a cross

Re: arm-linux cross compiler

2005-11-11 Thread Christian Walther
Hi, if you don't need to install on a small system (e.g. PDA), but you want a full Debian system, you should apt-get toolchain-source The package contains everything that is needed to download and compile all packages that are required for a cross compiler (that is to say, gcc, binutils and libc..

Re: arm-linux cross compiler

2005-11-11 Thread Harald Krammer
hi, bad news, but buildroot is not possible for you ? I used it with success on my power-pc. Can you show us your problem with Kegels scrips ? Br, Harald William Xu wrote: > Harald Krammer <[EMAIL PROTECTED]> writes: > > >>For a glibc system you can try the buildscripts form Dan Kegel >>http:/

Re: arm-linux cross compiler

2005-11-10 Thread William Xu
Harald Krammer <[EMAIL PROTECTED]> writes: > For a glibc system you can try the buildscripts form Dan Kegel > http://kegel.com/crosstool/ i've already tried that many times...but no success... -- William ((email . "[EMAIL PROTECTED]") (blog . "http://matchsticker.mysmth.net";)) -- To UNSU

Re: arm-linux cross compiler

2005-11-10 Thread Harald Krammer
Hi, I used successful the build scripts from http://buildroot.uclibc.org/. This system is uclibc based. For a glibc system you can try the buildscripts form Dan Kegel http://kegel.com/crosstool/ I hope it helps. Nice greetings, Harald William Xu wrote: > Hi guys, > > I'm trying to set up a arm