Re: Re: crosscompiler

2005-05-13 Thread neoxx
Ok thx, so the next problem i'm trying to solve: if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi /home/cag/finaltry/gcc-3.3.4/gcc/xgcc -B/home/cag/finaltry/gcc-3.3.4/gcc/ -B/usr/local/mipscross//mipsel/bin/ -B/usr/local/mipscross//mipsel/lib/ -isystem /usr/local/mipscross//mipsel/include

Re: crosscompiler

2005-05-13 Thread Nikita V. Youshchenko
> Hi, > > i got problems setting up a mips32 crosscompiler: Why not using pre-built debs from http://zigzag.lvk.cs.msu.su/~nikita/debian/ ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: crosscompiler

2005-05-13 Thread Andreas
On Fri, May 13, 2005 at 12:24:21AM -0700, [EMAIL PROTECTED] wrote: > Hi, > > i got problems setting up a mips32 crosscompiler: > > ./configure --prefix=/usr/local/cross --target=mips32 > make > make install > > works fine in the binutils (2.16 / 2.15 )directory. > > Configure fails however whi