MIPS cross compiler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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."

**********************************************************************


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux