All of lore.kernel.org
 help / color / mirror / Atom feed
* C/Assembler listing files
@ 2000-01-03 22:36 Jeff Harrell
  2000-01-04  1:43 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Harrell @ 2000-01-03 22:36 UTC (permalink / raw)
  To: linux; +Cc: bbrown

Has anyone tried to generate an interleaved C and Assembler listing file
with
the MIPS cross compilation tools?  I tried to pass the following flags
to gcc
(and the assembler):

-Wa,-ahl=file.txt

I get the following errors:
--------------------------------------------------------
mips-linux-gcc -D__KERNEL__ -I/home/jharrell/work/mips_linux/include
-Wall -g -Wa,-alh=signal.lst  -Wstrict-prototypes -O2
-fomit-frame-pointer  -G 0 -mno-abicalls -fno-pic -mcpu=r4600 -mips3
-pipe   -DEXPORT_SYMTAB -c signal.c
signal.c: In function `dequeue_signal':
signal.c:106: warning: assignment from incompatible pointer type
signal.c:107: warning: assignment from incompatible pointer type
{standard input}: Assembler messages:
{standard input}:541: Fatal error: Symbol signals_init already defined.
signal.c: In function `sys_rt_sigprocmask':
signal.c:698: output pipe has been closed
cpp: output pipe has been closed

---------------------------------------------------------------

If I remove the  "-Wa,-ahl=file.txt" the kernel compiles with no
errors.  I attempt a
similar type of command on the x386 version of gcc and it seems to
work.  Is this a
command that is not supported on the MIPS cross-compilation tools?  Any
information
on this would be greatly appreciated.


Thanks,
Jeff Harrell

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jeff Harrell                    Work:  (801) 619-6104
Broadband Access group/TI
jharrell@ti.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-01-04  1:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-01-03 22:36 C/Assembler listing files Jeff Harrell
2000-01-04  1:43 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.