[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: compiler errors: md needed for hardware raid?



Lars Oeschey <extern.lars.oeschey@audi.de> writes:

> when trying to compile the 2.4.21 kernel I get compiler errors within 
> /drivers/md:
> 
> In file included from xor.c:23:
> /usr/src/kernel-source-2.4.21/include/asm/xor.h:35:5: missing 
> terminating " character

Eek. That file uses multiline string literals, which is no longer
accepted by gcc.

You could just start each line within the asm argument with " and
finish with \n\t".

> I couldn't find anything on this error at google, so my question is: is 
> the md driver needed for hardware raids or is it just for software 
> raids?

Software.

-- 
	Falk



Reply to: