public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* #asm directives
@ 2006-05-06 20:09 Tom McCabe
  2006-05-07  0:53 ` Segin
  0 siblings, 1 reply; 2+ messages in thread
From: Tom McCabe @ 2006-05-06 20:09 UTC (permalink / raw)
  To: linux-8086

Doing "make dep" creates a flood of "error: invalid
preprocessing directive #asm" messages. Apparently,
preprocessing is done with GCC (options defined in
elks/Makefile-rules)- is there some sort of definition
file that has to be included?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

* Re: #asm directives
  2006-05-06 20:09 #asm directives Tom McCabe
@ 2006-05-07  0:53 ` Segin
  0 siblings, 0 replies; 2+ messages in thread
From: Segin @ 2006-05-07  0:53 UTC (permalink / raw)
  To: Tom McCabe; +Cc: linux-8086

Tom McCabe wrote:
> Doing "make dep" creates a flood of "error: invalid
> preprocessing directive #asm" messages. Apparently,
> preprocessing is done with GCC (options defined in
> elks/Makefile-rules)- is there some sort of definition
> file that has to be included?
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

Sorry, nope. #asm is a preprocessor directive, like #pragma or #define. 
It just happens to not be one that gpp (GNU PreProcessor) supports

-- 
The real problem with C++ for kernel modules is: the language just sucks.
	-- Linus Torvalds

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

end of thread, other threads:[~2006-05-07  0:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-06 20:09 #asm directives Tom McCabe
2006-05-07  0:53 ` Segin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox