Hi Pak, On Thu, 05 Oct 2006 16:51:21 +1000 Pak Woon <pak.woon@xxxxxxxxxx> wrote: > >>I am now trying to build a simple program with my new toolchain and I've > >>come across the "can't find crt1.o" problem again. I am struggling with > >>this. > > > > > > You need glibc or uClibc for MIPS target. > > > > If you want to use uClibc, see buildroot link in > > http://www.linux-mips.org/wiki/Toolchains . > > Okay, this is going to be a stupid question, but when I built the kernel > for the MIPS target, I had no issues or a need for those libs. I assumed > that for such a simple hello.c program, I would not need glibc or uClibc > either. kernel doesn't need glibc, uClibc and others. If it's standard hello.c, C library is necessary for it ;) Yoichi