Sathya.N wrote: > > Hi, > > I am building the qla2x00.c driver (Fibre channel driver from Qlogic) as > loadable module for our IP under Red Hat Linux 7.2(kernel version is 2.4.x) > We are using the Broadcom's BCM12500 Processor (MIPS Core).When I compiled > the code , I am getting the output as given below. After the warnings ,you > could see {standard input} Assembler messages: etc., Which binutils (gas) version are you using? > /home/sathya/linux/src/linux/include/linux/modsetver.h -I/home/sathya/linux/ > src/linux/include -I/home/sathya/linux/src/linux/include/../drivers/scsi -Wa > ll -Wstrict-prototypes -fomit-frame-pointer -fno-strength-reduce -pipe -fno- > strict-aliasing -mcpu=sb1 -mips2 -mgp32 -mlong32 -mips16 -EB -D__SMP__ -CON > FIG_SMP -c -o qla2x00.o qla2x00.c Could you add "-v --save-temps" to this command to find out how the assembler is invoked and what the assembly in qla2x00.s looks like? Thiemo