Am 14.08.2012 16:26, schrieb David Howells:
> Rusty Russell <ru...@rustcorp.com.au> wrote:
> 
>>>>   CC      arch/x86/um/../kernel/module.o
>>>> arch/x86/um/../kernel/module.c:96:5: error: redefinition of 
>>>> 'apply_relocate_add'
>>>> include/linux/moduleloader.h:64:19: note: previous definition of 
>>>> 'apply_relocate_add' was here
>>>> make[2]: *** [arch/x86/um/../kernel/module.o] Error 1
> 
> Hmmm...  I'm not sure how to deal with this.  The problem is that UML doesn't
> draw the:
> 
>       select MODULES_USE_ELF_REL if X86_32
>       select MODULES_USE_ELF_RELA if X86_64
> 
> definitions from arch/foo/Kconfig that tell it what modules will look like.
> 
> Should I just enable both REL and RELA in UML, or is there a better way to do
> this?

Is there no way to get this information from the UML subarch?
Which is currently X86_32 or X86_64.

Thanks,
//richard

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to