Re: gcc build second pass : C compiler cannot create executables

2014-04-08 Thread Mo Jia
2014-04-08 20:22 GMT+08:00 David Guillen : > Can you check whether crt1.o and crt1.o exist? And the path where they do > live. > Also it would be interesting to know the exact commandline (check config.log). Do you mean the commanline I build , here is : The total command list 0 perpare var in e

Re: gcc build second pass : C compiler cannot create executables

2014-04-08 Thread David Guillen
Can you check whether crt1.o and crt1.o exist? And the path where they do live. Also it would be interesting to know the exact commandline (check config.log). 2014-04-08 14:13 GMT+02:00 Mo Jia : > Try to make a gcc cross compiler , > > 0 perpare vars in env > > export HOST=x86_64-pc-linux

gcc build second pass : C compiler cannot create executables

2014-04-08 Thread Mo Jia
Try to make a gcc cross compiler , 0 perpare vars in env export HOST=x86_64-pc-linux-gnu export BUILD=$HOST export TARGET=x86_64-none-linux-gnu export CROSS_TOOL=/vita/cross-tool export CROSS_GCC_TMP=/vita/cross-gcc-tmp export SYSROOT=/vita/sysroot