From mboxrd@z Thu Jan 1 00:00:00 1970 From: Segin Subject: Re: #asm directives Date: Sat, 06 May 2006 20:53:06 -0400 Message-ID: <445D44F2.3010505@gmail.com> References: <20060506200959.23976.qmail@web51304.mail.yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060506200959.23976.qmail@web51304.mail.yahoo.com> Sender: linux-8086-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Tom McCabe Cc: linux-8086@vger.kernel.org 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