All of lore.kernel.org
 help / color / mirror / Atom feed
* Strange compilation messages with gcc 2.96.2
@ 2001-08-07 20:16 Brad Chapman
  2001-08-07 21:30 ` Justin Guyett
  0 siblings, 1 reply; 2+ messages in thread
From: Brad Chapman @ 2001-08-07 20:16 UTC (permalink / raw)
  To: linux-kernel

Hello,

   When I compile the 2.4.7 kernel on a RedHat system with an Athlon 
1GHz processor
and gcc 2.96.2, I get a LOT of messages similar to the following:

   <source file>:<number>:<number>: pasting would not give a valid 
preprocessor token

   They don't seem to be a problem; they're annoying, but they don't 
prevent the compilation
of the kernel. Is this a problem? Or is it just another compile-time 
annoyance?

Thanks,

Brad


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

* Re: Strange compilation messages with gcc 2.96.2
  2001-08-07 20:16 Strange compilation messages with gcc 2.96.2 Brad Chapman
@ 2001-08-07 21:30 ` Justin Guyett
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Guyett @ 2001-08-07 21:30 UTC (permalink / raw)
  To: kakadu; +Cc: linux-kernel

On Tue, 7 Aug 2001, Brad Chapman wrote:

>    <source file>:<number>:<number>: pasting would not give a valid
> preprocessor token

It means the compiler ran into something like:

#define foo(a) do { a ## 2 ## .something() } while(0)

which should be

... a ## 2 .something() ...


justin


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

end of thread, other threads:[~2001-08-07 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-07 20:16 Strange compilation messages with gcc 2.96.2 Brad Chapman
2001-08-07 21:30 ` Justin Guyett

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.