This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error:missing operand !



Hi, 
  I am building kernel image for my Power pc 823 board using intel as my 
  host.

      When i try to build the kernel image using gcc cross compiler, its 
stops on its half way !!  Reporting  MISSING OPERAND ERROR.

Here are the utilities i am using for cross compilation !

binutils : version 2.11.92.0.7 
gcc-core: version 2.95.3 
powerpc-kernel : 2.4


I have enclosed below , the complete compilation logs ! 
Please help me

Thanks.

***************************************************************
[root@praveen src-linuxppc_2_4]# make bzImage
. scripts/mkversion > .tmpversion
powerpc-linux-gcc -D__KERNEL__ -I/home/praveen/ppc/src-linuxppc_2_4/include 
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer 
-fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char -msoft-float 
-pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -mcpu=860  
-DUTS_MACHINE='"ppc"' -c -o init/version.o init/version.c
make CFLAGS="-D__KERNEL__ -I/home/praveen/ppc/src-linuxppc_2_4/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer 
-fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char
-msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring 
-mcpu=860 " -C  kernel
make[1]: Entering directory `/home/praveen/ppc/src-linuxppc_2_4/kernel'
make all_targets
make[2]: Entering directory `/home/praveen/ppc/src-linuxppc_2_4/kernel'
powerpc-linux-gcc -D__KERNEL__ -I/home/praveen/ppc/src-linuxppc_2_4/include 
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer 
-fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char -msoft-float 
-pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -mcpu=860    
-fno-omit-frame-pointer -c -o sched.o sched.c
{standard input}: Assembler messages:
{standard input}:281: Error: missing operand
{standard input}:359: Error: missing operand
{standard input}:400: Error: missing operand
{standard input}:723: Error: missing operand
{standard input}:769: Error: missing operand
{standard input}:803: Error: missing operand
{standard input}:854: Error: missing operand
{standard input}:890: Error: missing operand
{standard input}:934: Error: missing operand
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/home/praveen/ppc/src-linuxppc_2_4/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/home/praveen/ppc/src-linuxppc_2_4/kernel'
make: *** [_dir_kernel] Error 2 
*****************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]