[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MIPS cross compiler
You're missing the glibc headers. Also, did you build the binutils?
Check Dan Kegel's site for scripts and impressively thorough
instructions:
http://kegel.com/crosstool/
Ciao,
Brian
On Apr 5, 2005 9:55 AM, B Srinivas <b.srinivas@xxxxxxxxxxxx> wrote:
>
>
>
> Hi,
>
> Iam trying to build cross compiler for mips 64 big endian and I follow
> the following steps.
>
>
>
> cd linux/
>
> cp arch/mips64/defconfig .
>
> make menuconfig
> make dep
>
>
>
> mkdir $PREFIX/$TARGET/include
> cp -dR $SRC_DIR/linux/include/asm-mips
> $PREFIX/mips-unknow-linux/include/asm
>
>
>
> ./configure --target=$TARGET --prefix=$PREFIX
> --with-headers=$SRC_DIR/linux/include --disable-threads
> --enable-languages=c
>
>
>
> make
>
>
>
> here on executing the MAKE command I am getting following errors :
>
>
> stdio.h no such file or directory
>
>
> sys/types.h no such file or directory
>
>
> unistd.h no such file or directory
>
>
> string.h no such file or directory
>
>
> stdlib.h no such file or directory
>
>
> time.h no such file or directory
>
>
>
> can anybody tell me where iam wrong .do I need to do anything more ???
>
>
>
>
>
>
>
>
>
> Regards
>
> Srinivas
>
> ------------------------------------------------------------------------------------
>
>
>
>
>
> B.Srinivas
>
> Software Engineer
>
> Conexant Systems Inc. , Noida
>
> Email : b.srinivas@xxxxxxxxxxxx
>
>
>
>
>
>
>
> ********************** Legal Disclaimer ****************************
>
> "This email may contain confidential and privileged material for the sole
> use of the intended recipient. Any unauthorized review, use or distribution
> by others is strictly prohibited. If you have received the message in error,
> please advise the sender by reply email and delete the message. Thank you."
>
> **********************************************************************
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/