A Problem about Compiling Busybox with Cross Compiler in Cygwin! Thanks!

2007-09-26 Thread 普查 陈
Dear Sirs, I am a beginner of busybox. Now, I am trying to build busybox executable with arm-linux-gcc, a cross compiler, in cygwin. When I input “make CROSS_COMPILE=arm-linux-gcc”, many .c files can be successfully compiled into .o files. But, when coreutils/usleep.c is compiled, there

A Problem about Compiling Busybox with Cross Compiler in Cygwin! Thanks!

2007-09-26 Thread 普查 陈
Dear Sirs, I am a beginner of busybox. Now, I am trying to build busybox executable with arm-linux-gcc, a cross compiler, in cygwin. When I input “make CROSS_COMPILE=arm-linux-gcc”, many .c files can be successfully compiled into .o files. But, when coreutils/usleep.c is compiled, there

A Problem about Compiling Busybox with Cross Compiler in Cygwin! Thanks!

2007-09-26 Thread 普查 陈
Dear Sirs, I am a beginner of busybox. Now, I am trying to build busybox executable with arm-linux-gcc, a cross compiler, in cygwin. When I input “make CROSS_COMPILE=arm-linux-gcc”, many .c files can be successfully compiled into .o files. But, when coreutils/usleep.c is compiled, there

Re: A Problem about Compiling Busybox with Cross Compiler in Cygwin! Thanks!

2007-09-26 Thread Denys Vlasenko
On Wednesday 26 September 2007 14:31, 普查 陈 wrote: Dear Sirs, I am a beginner of busybox. Now, I am trying to build busybox executable with arm-linux-gcc, a cross compiler, in cygwin. When I input “make CROSS_COMPILE=arm-linux-gcc”, many .c files can be successfully compiled into .o